File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and Arb (arbitrary-precision ball arithmetic). Features:
99* Polynomials, power series and matrices over all the above types
1010* Lots of mathematical functions
1111
12- Documentation: http ://fredrikj.net/ python-flint/
12+ Documentation: https ://python-flint.readthedocs.io/en/latest /
1313
1414Repository: https://github.com/flintlib/python-flint/
1515
@@ -67,7 +67,7 @@ as follows:
6767See the documentation for further notes on building and installing
6868python-flint:
6969
70- * https://fredrikj.net/ python-flint/setup.html
70+ * https://python-flint.readthedocs.io/en/latest /setup.html
7171
7272Examples
7373-------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ description = "Bindings for FLINT"
44version = " 0.7.0a4"
55# This needs to be in sync with README, cibuildwheel and CI config.
66requires-python = " >= 3.10"
7- urls = {Homepage = " https://github.com/flintlib/python-flint" }
87authors = [
98 {
name =
" Fredrik Johansson" ,
email =
" [email protected] " },
109]
@@ -13,6 +12,12 @@ classifiers = [
1312 " Topic :: Scientific/Engineering :: Mathematics" ,
1413]
1514
15+ [project .urls ]
16+ Homepage = " https://github.com/flintlib/python-flint"
17+ Documentation = " https://python-flint.readthedocs.io/en/latest/"
18+ Repository = " https://github.com/flintlib/python-flint"
19+ Changelog = " https://github.com/flintlib/python-flint/blob/master/README.md#changelog"
20+
1621[project .readme ]
1722file = " README.md"
1823content-type = " text/markdown"
You can’t perform that action at this time.
0 commit comments