We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f8daf commit 37f4f75Copy full SHA for 37f4f75
pyproject.toml
@@ -51,6 +51,7 @@ dirty_template = "{tag}"
51
[tool.setuptools.packages.find]
52
where = ["src"] # list of folders that contain the packages (["."] by default)
53
include = ["*"] # package names should match these glob patterns (["*"] by default)
54
+exclude = [] # exclude packages matching these glob patterns (empty by default)
55
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
56
57
[tool.black]
0 commit comments