Skip to content

Commit

Permalink
Fix include.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 26, 2024
1 parent 81c6f83 commit 8345dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Repo = "https://github.com/materialsproject/custodian"
Package = "https://pypi.org/project/custodian"

[tool.setuptools.packages.find]
include = ["custodian.*"]
include = ["custodian*"]
exclude = ["*.tests", "*.tests.*"]

[tool.ruff]
Expand Down

0 comments on commit 8345dfd

Please sign in to comment.