Skip to content

Commit

Permalink
adding back exclude in setuptools.packages.find
Browse files Browse the repository at this point in the history
but leaving it as an empty list
  • Loading branch information
sbillinge authored Sep 13, 2024
1 parent a3f8daf commit 37f4f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dirty_template = "{tag}"
[tool.setuptools.packages.find]
where = ["src"] # list of folders that contain the packages (["."] by default)
include = ["*"] # package names should match these glob patterns (["*"] by default)
exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

[tool.black]
Expand Down

0 comments on commit 37f4f75

Please sign in to comment.