Skip to content

Commit 5eeb333

Browse files
committed
Add additional PyPI URLs
1 parent bc3b97b commit 5eeb333

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ classifiers = [
1616
packages = [{ include = "asserts" }]
1717
include = ["*/py.typed", "*.pyi"]
1818

19+
[tool.poetry.urls]
20+
"GitHub" = "https://github.com/srittau/python-asserts"
21+
"Bug Tracker" = "https://github.com/srittau/python-asserts/issues"
22+
"Changes" = "https://github.com/srittau/python-asserts/blob/main/NEWS.md"
23+
1924
[tool.poetry.dependencies]
2025
python = ">=3.7"
2126

0 commit comments

Comments
 (0)