From ac3aacdd1c9fab805f248455ce0eab1ab1c3b44d Mon Sep 17 00:00:00 2001 From: Jonathan Perron Date: Sun, 26 May 2024 17:47:44 +0200 Subject: [PATCH] fix(metadata): fix metadata in pyproject --- .github/workflows/{release.yaml => pre-release.yaml} | 1 - pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{release.yaml => pre-release.yaml} (95%) diff --git a/.github/workflows/release.yaml b/.github/workflows/pre-release.yaml similarity index 95% rename from .github/workflows/release.yaml rename to .github/workflows/pre-release.yaml index ebb0ee2..498c52f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/pre-release.yaml @@ -45,4 +45,3 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: repository-url: https://test.pypi.org/legacy/ - package_name: python-navitia-client diff --git a/pyproject.toml b/pyproject.toml index 8fd18ab..a4fbece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "navitia-client" +name = "python-navitia-client" authors = [ {name = "Jonathan Perron", email = "jonathan@perron.bzh"}, ] @@ -21,7 +21,7 @@ dependencies = [ ] [project.urls] -Source = "https://github.com/jonperron/navitia-client" +Source = "https://github.com/jonperron/python-navitia-client" [project.readme] file = "README.md"