diff --git a/pyproject.toml b/pyproject.toml index 7abae8b..205e8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,6 @@ pygamma-agreement = "pygamma_agreement.cli_apps:pygamma_cmd" [tool.setuptools.packages.find] where = ["."] -include = ["adfluo*"] +include = ["pygamma_agreement*"] exclude = ["docs*", "tests*"]