We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cf9f3 commit 8cfba38Copy full SHA for 8cfba38
pyproject.toml
@@ -45,6 +45,7 @@ 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 = [] # 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