Skip to content

Commit

Permalink
Merge pull request #441 from isaacbrodsky/update-pyproject-links
Browse files Browse the repository at this point in the history
Fix pyproject.toml links
  • Loading branch information
isaacbrodsky authored Jan 30, 2025
2 parents e054120 + ea05321 commit 554acee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ classifiers = [
]

[project.urls]
Homepage = 'https://github.com/organization/package'
Documentation = 'https://package.readthedocs.io/'
'Bug Tracker' = 'https://github.com/organization/package/issues'
Discussions = 'https://github.com/organization/package/discussions'
Changelog = 'https://package.readthedocs.io/en/latest/changelog.html'
Homepage = 'https://github.com/uber/h3-py'
Documentation = 'https://uber.github.io/h3-py/'
'Bug Tracker' = 'https://github.com/uber/h3-py/issues'
Discussions = 'https://github.com/uber/h3-py/discussions'
Changelog = 'https://uber.github.io/h3-py/_changelog.html'


[project.optional-dependencies]
Expand Down

0 comments on commit 554acee

Please sign in to comment.