Skip to content

Commit 8bd1047

Browse files
author
Matthias Koeppe
committed
README.rst, pyproject.toml: Update maintainers/contributing
1 parent b4d0068 commit 8bd1047

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ If you want to try the development version, use
4747

4848
$ pip install git+https://github.com/sagemath/cypari2.git [--user]
4949

50-
If you have an error saying libpari-gmp*.so* is missing and have all requirements
51-
already installed, try to reinstall cysignals and cypari2
52-
53-
::
54-
55-
$ pip install cysignals --upgrade [--user]
56-
$ pip install cypari2 --upgrade [--user]
5750

5851
Usage
5952
-----
@@ -126,4 +119,7 @@ the PARI/GP documentation at http://pari.math.u-bordeaux.fr/doc.html
126119
Contributing
127120
------------
128121

129-
Submit pull request or get in touch with the SageMath developers.
122+
CyPari 2 is maintained by the SageMath community.
123+
124+
Open issues or submit pull requests at https://github.com/sagemath/cypari2
125+
and join https://groups.google.com/group/sage-devel to discuss.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ name = "cypari2"
1212
version = "2.1.4"
1313
description = "A Python interface to the number theory library PARI/GP"
1414
authors = [
15-
{name = "Luca De Feo, Vincent Delecroix, Jeroen Demeyer, Vincent Klein", email = "[email protected]"},
15+
{name = "Luca De Feo, Vincent Delecroix, Jeroen Demeyer, Vincent Klein"},
16+
]
17+
maintainers = [
18+
{name = "SageMath developers", email = "[email protected]"},
1619
]
1720
dependencies = [
1821
"cysignals>=1.7",

0 commit comments

Comments
 (0)