File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ classifiers = [
17
17
"Programming Language :: Python :: Implementation :: CPython",
18
18
"Topic :: Scientific/Engineering :: Mathematics",
19
19
]
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"}
26
20
requires-python = ">=3.9, <3.13"
21
+
22
+ [ project.urls]
23
+ download = "https://doc.sagemath.org/html/en/installation/index.html"
24
+ "release notes" = "https://github.com/sagemath/sage/releases"
25
+ source = "https://github.com/sagemath/sage"
26
+ documentation = "https://doc.sagemath.org"
27
+ homepage = "https://www.sagemath.org"
28
+ tracker = "https://github.com/sagemath/sage/issues"
You can’t perform that action at this time.
0 commit comments