Skip to content

Commit 0a5a9f6

Browse files
committed
pyproject.toml: add official project URLs
1 parent 0e39250 commit 0a5a9f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ classifiers = [
2020

2121
[tool.setuptools.packages.find]
2222
where = ["src"]
23+
24+
[project.urls]
25+
Homepage = "https://github.com/sagemath/conway-polynomials"
26+
Documentation = "https://github.com/sagemath/conway-polynomials/blob/master/README.rst"
27+
Repository = "https://github.com/sagemath/conway-polynomials.git"
28+
Issues = "https://github.com/sagemath/conway-polynomials/issues"
29+
Changelog = "https://github.com/sagemath/conway-polynomials/raw/master/NEWS"

0 commit comments

Comments
 (0)