From 42014e0c296fc39bff92c884cffcae989102a924 Mon Sep 17 00:00:00 2001 From: Ludwig Neste <31670556+The-Ludwig@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:32:11 -0400 Subject: [PATCH] change to the right pypi name (#79) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0da0f0..c3676e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ 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"] @@ -23,7 +23,7 @@ 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"