Skip to content

Commit 7424de2

Browse files
committed
poetry: add project URLs
These will appear on PyPI.
1 parent 4d8db1d commit 7424de2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ include = [
1818
"AUTHORS.md"
1919
]
2020

21+
[tool.poetry.urls]
22+
"Changelog" = "https://github.com/pybricks/pybricksdev/blob/master/CHANGELOG.md"
23+
"Support" = "https://github.com/pybricks/support/discussions"
24+
"Issues" = "https://github.com/pybricks/support/issues"
25+
2126
[tool.poetry.scripts]
2227
pybricksdev = 'pybricksdev.cli:main'
2328

0 commit comments

Comments
 (0)