Skip to content

Commit 37f4f75

Browse files
authored
adding back exclude in setuptools.packages.find
but leaving it as an empty list
1 parent a3f8daf commit 37f4f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dirty_template = "{tag}"
5151
[tool.setuptools.packages.find]
5252
where = ["src"] # list of folders that contain the packages (["."] by default)
5353
include = ["*"] # package names should match these glob patterns (["*"] by default)
54+
exclude = [] # exclude packages matching these glob patterns (empty by default)
5455
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5556

5657
[tool.black]

0 commit comments

Comments
 (0)