Skip to content

Commit

Permalink
m4/pyproject_toml_metadata.m4: Add various project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 3, 2024
1 parent 24698e7 commit 514f429
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion m4/pyproject_toml_metadata.m4
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {Homepage = "https://www.sagemath.org"}
urls = {download = "https://doc.sagemath.org/html/en/installation/index.html",
"release notes" = "https://github.com/sagemath/sage/releases",
source = "https://github.com/sagemath/sage",
documentation = "https://doc.sagemath.org",
homepage = "https://www.sagemath.org",
tracker = "https://github.com/sagemath/sage/issues"}
requires-python = ">=3.9, <3.13"

0 comments on commit 514f429

Please sign in to comment.