Skip to content

Commit

Permalink
Add project.urls section for display on PyPI
Browse files Browse the repository at this point in the history
Refs #18
  • Loading branch information
simonw committed Mar 28, 2024
1 parent 76f9741 commit d969966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.urls]
Homepage = "https://github.com/mdomke/python-ulid"
Changelog = "https://github.com/mdomke/python-ulid/releases"
Issues = "https://github.com/mdomke/python-ulid/issues"
CI = "https://github.com/mdomke/python-ulid/actions"

[project.optional-dependencies]
pydantic = [
"pydantic>=2.0"
Expand Down

0 comments on commit d969966

Please sign in to comment.