Skip to content

Commit 8cfba38

Browse files
authored
Leave exclude tag but empty
1 parent e4cf9f3 commit 8cfba38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ 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 = [] # exclude packages matching these glob patterns (empty by default)
4849
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
4950

5051
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)