diff --git a/pyproject.toml b/pyproject.toml index e2b9f9c4..35788f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]