Skip to content

Commit e7605f5

Browse files
fix typo in pyproject.toml
1 parent 5eb41ed commit e7605f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ labpdfproc = "diffpy.labpdfproc.labpdfprocapp:main"
4848
[tool.setuptools.packages.find]
4949
where = ["src"] # list of folders that contain the packages (["."] by default)
5050
include = ["*"] # package names should match these glob patterns (["*"] by default)
51-
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)namespaces = false # to disable scanning PEP 420 namespaces (true by default)
51+
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)
52+
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5253

5354
[tool.setuptools.dynamic]
5455
dependencies = {file = ["requirements/run.txt"]}

0 commit comments

Comments
 (0)