We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3b97b commit 5eeb333Copy full SHA for 5eeb333
1 file changed
pyproject.toml
@@ -16,6 +16,11 @@ classifiers = [
16
packages = [{ include = "asserts" }]
17
include = ["*/py.typed", "*.pyi"]
18
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
+
24
[tool.poetry.dependencies]
25
python = ">=3.7"
26
0 commit comments