Skip to content

Commit

Permalink
change to the right pypi name (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Ludwig authored Nov 2, 2023
1 parent 62d1a81 commit 42014e0
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 @@ -15,15 +15,15 @@ dependencies = [
"scipy<2.0.0,>=1.10.1",
"ipython>=8.12.3",
]
name = "PANAMA"
name = "corsika-panama"
description = "\"PANdas And Multicore utils for corsikA7\""
readme = "README.md"
dynamic = ["version"]

[project.urls]
homepage = "https://github.com/The-Ludwig/PANAMA"
repository = "https://github.com/The-Ludwig/PANAMA"
documentation = "https://github.com/The-Ludwig/PANAMA#readme"
documentation = "https://panama.readthedocs.io/en/latest/"

[project.scripts]
panama = "panama.cli:cli"
Expand Down

0 comments on commit 42014e0

Please sign in to comment.