We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8db1d commit 7424de2Copy full SHA for 7424de2
pyproject.toml
@@ -18,6 +18,11 @@ include = [
18
"AUTHORS.md"
19
]
20
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
+
26
[tool.poetry.scripts]
27
pybricksdev = 'pybricksdev.cli:main'
28
0 commit comments