We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tool.setuptools.packages.find
2 parents dc527c1 + c22fd02 commit 2adbd4fCopy full SHA for 2adbd4f
pyproject.toml
@@ -160,15 +160,14 @@ PKG-INFO = "setuptools.command.egg_info:write_pkg_info"
160
include-package-data = false
161
162
[tool.setuptools.packages.find]
163
+include = [
164
+ "setuptools*",
165
+ "pkg_resources*",
166
+ "_distutils_hack*",
167
+]
168
exclude = [
169
"*.tests",
170
"*.tests.*",
- "tools*",
- "debian*",
- "launcher*",
- "newsfragments*",
- "docs",
171
- "docs.*",
172
]
173
namespaces = true
174
0 commit comments