Skip to content

Commit 50d02f3

Browse files
committed
Fix URL
1 parent 07bbd12 commit 50d02f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you want to try the development version use
4545

4646
::
4747

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

5050
If you have an error saying libpari-gmp*.so* is missing and have all requirements
5151
already installed, try to reinstall cysignals and cypari2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run(self):
7272
install_requires=['cysignals>=1.7'],
7373
description="A Python interface to the number theory library PARI/GP",
7474
long_description=README,
75-
url='https://github.com/defeo/cypari2',
75+
url="https://github.com/sagemath/cypari2",
7676
author="Luca De Feo, Vincent Delecroix, Jeroen Demeyer, Vincent Klein",
7777
author_email="[email protected]",
7878
license='GNU General Public License, version 2 or later',

0 commit comments

Comments
 (0)