Skip to content

Commit

Permalink
Merge pull request #1407 from hmaarrfk/hmaarrfk-patch-1
Browse files Browse the repository at this point in the history
MAINT: Update pyproject.toml to omit unecessary files
  • Loading branch information
HaoZeke authored Jul 2, 2024
2 parents 6f7f546 + d35f46c commit ee3b187
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ archs = ['AMD64']

[tool.setuptools.packages.find]
where = ["."]
exclude = ["wheelhouse"]
exclude = ["wheelhouse", "test", "benchmarks", "docs"]
namespaces = true
include = ["asv", "asv.*"]

[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
Expand Down

0 comments on commit ee3b187

Please sign in to comment.