diff --git a/pyproject.toml b/pyproject.toml index bb571024..410f4e3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,3 +125,5 @@ include-package-data = false [tool.setuptools.packages.find] namespaces = false +include = ["aiida_kkr*"] +exclude = ["docs*", "tests*"]