Skip to content

Commit

Permalink
chore: Add projects URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Apr 2, 2024
1 parent bcbf3e8 commit 2a249fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.urls]
Homepage = "https://github.com/mdomke/python-ulid"
Repository = "https://github.com/mdomke/python-ulid"
Documentation = "https://python-ulid.readthedocs.io/"

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

0 comments on commit 2a249fc

Please sign in to comment.