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.
1 parent c448952 commit 1e0dca9Copy full SHA for 1e0dca9
pyproject.toml
@@ -45,7 +45,6 @@ dirty_template = "{tag}"
45
[tool.setuptools.packages.find]
46
where = ["src"] # list of folders that contain the packages (["."] by default)
47
include = ["*"] # package names should match these glob patterns (["*"] by default)
48
-exclude = ["diffpy.structure.tests*"] # exclude packages matching these glob patterns (empty by default)
49
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
50
51
[tool.setuptools.dynamic]
0 commit comments