From 6cbd368bdcbc8df5798ef108b44a741b6e921355 Mon Sep 17 00:00:00 2001 From: tim_sockel Date: Mon, 26 Feb 2024 11:52:15 +0100 Subject: [PATCH 1/2] fixed a bug when importing using pip --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7abae8b..7bce17e 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*"] From 2a9aa43fa96abfbfc84c37417181071e82f8ad33 Mon Sep 17 00:00:00 2001 From: tim_sockel Date: Mon, 4 Mar 2024 10:07:09 +0100 Subject: [PATCH 2/2] fixed typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bce17e..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 = ["pygamma-agreement*"] +include = ["pygamma_agreement*"] exclude = ["docs*", "tests*"]