Skip to content

Commit 1e0dca9

Browse files
committed
Remove exclude for diffpy.structrue.tests in pyproject
1 parent c448952 commit 1e0dca9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dirty_template = "{tag}"
4545
[tool.setuptools.packages.find]
4646
where = ["src"] # list of folders that contain the packages (["."] by default)
4747
include = ["*"] # package names should match these glob patterns (["*"] by default)
48-
exclude = ["diffpy.structure.tests*"] # exclude packages matching these glob patterns (empty by default)
4948
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5049

5150
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)