Skip to content

Commit

Permalink
fix(metadata): fix metadata in pyproject (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperron authored May 26, 2024
1 parent e404115 commit 8cd299a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
]
Expand All @@ -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"
Expand Down

0 comments on commit 8cd299a

Please sign in to comment.