Skip to content

Commit

Permalink
Merge pull request #46 from TiMauzi/pip-fix
Browse files Browse the repository at this point in the history
fixed a bug when importing using pip
  • Loading branch information
hadware committed Mar 4, 2024
2 parents e080464 + 2a9aa43 commit 54cd81b
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,6 +57,6 @@ pygamma-agreement = "pygamma_agreement.cli_apps:pygamma_cmd"

[tool.setuptools.packages.find]
where = ["."]
include = ["adfluo*"]
include = ["pygamma_agreement*"]
exclude = ["docs*", "tests*"]

0 comments on commit 54cd81b

Please sign in to comment.