Skip to content

Commit

Permalink
Add exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitsam committed Jun 20, 2024
1 parent 6f3d4e5 commit ff92889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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)
exclude = ["{{ cookiecutter.project_name }}.tests*"] # 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 ff92889

Please sign in to comment.