Skip to content

Commit

Permalink
Update findpackage syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuen committed Sep 7, 2024
1 parent c50f903 commit 64ea476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Documentation = "https://icecube.wisc.edu/~mhuennefeld/docs/event_generator/html
"Bug Tracker" = "https://github.com/icecube/event-generator/issues"
Discussions = "https://github.com/icecube/event-generator/discussions"

[tool.setuptools.packages.find]
where = ["egenerator"]
[tool.setuptools.packages]
find = {} # Scanning implicit namespaces is active by default, turn off via: namespaces = false

[tool.setuptools.dynamic]
version = {attr = "egenerator.__version__"}
Expand Down

0 comments on commit 64ea476

Please sign in to comment.