Skip to content

Commit 5bdb5ea

Browse files
author
Release Manager
committedSep 7, 2024
sagemathgh-38577: Add various project URLs for PyPI <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> The changed file, `m4/pyproject_toml_metadata.m4`, controls the metadata of the modularized distributions. The same changes should be done to **sagemath-standard** and **sage- conf** after sagemath#37902, sagemath#36561 are merged. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38577 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee, Matthias Köppe
2 parents 37390e1 + 514f429 commit 5bdb5ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎m4/pyproject_toml_metadata.m4

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ classifiers = [
1717
"Programming Language :: Python :: Implementation :: CPython",
1818
"Topic :: Scientific/Engineering :: Mathematics",
1919
]
20-
urls = {Homepage = "https://www.sagemath.org"}
20+
urls = {download = "https://doc.sagemath.org/html/en/installation/index.html",
21+
"release notes" = "https://github.com/sagemath/sage/releases",
22+
source = "https://github.com/sagemath/sage",
23+
documentation = "https://doc.sagemath.org",
24+
homepage = "https://www.sagemath.org",
25+
tracker = "https://github.com/sagemath/sage/issues"}
2126
requires-python = ">=3.9, <3.13"

0 commit comments

Comments
 (0)