ensmp -> mines-paristech
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 20 Aug 2014 08:08:43 +0000 (10:08 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Wed, 20 Aug 2014 08:08:43 +0000 (10:08 +0200)
doc/index.rst
doc/install.rst
setup.py

index 950cb2a..fee1edf 100644 (file)
@@ -6,7 +6,7 @@ LinPy is a polyhedral library for Python based on `isl <http://isl.gforge.inria.
 Integer Set Library (isl) is a C library for manipulating sets and relations of integer points bounded by linear constraints.
 
 LinPy is a free software, licensed under the `GPLv3 license <http://www.gnu.org/licenses/gpl-3.0.txt>`_.
 Integer Set Library (isl) is a C library for manipulating sets and relations of integer points bounded by linear constraints.
 
 LinPy is a free software, licensed under the `GPLv3 license <http://www.gnu.org/licenses/gpl-3.0.txt>`_.
-Its source code is available `here <https://scm.cri.ensmp.fr/git/linpy.git>`_.
+Its source code is available `here <https://scm.cri.mines-paristech.fr/git/linpy.git>`_.
 
 To have an overview of LinPy's features, you may wish to consult the :ref:`tutorial` section.
 For a comprehensive description of its functionalities, see the :ref:`reference` section.
 
 To have an overview of LinPy's features, you may wish to consult the :ref:`tutorial` section.
 For a comprehensive description of its functionalities, see the :ref:`reference` section.
index 92aad27..f5c1c9e 100644 (file)
@@ -42,7 +42,7 @@ Install From Source
 Alternatively, LinPy can be installed from the source.
 First, clone the public git repository::
 
 Alternatively, LinPy can be installed from the source.
 First, clone the public git repository::
 
-    git clone https://scm.cri.ensmp.fr/git/linpy.git
+    git clone https://scm.cri.mines-paristech.fr/git/linpy.git
 
 and build and install as usual with::
 
 
 and build and install as usual with::
 
index 72dfa95..e380cb9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
     name='LinPy',
     description='A polyhedral library based on isl',
     author='MINES ParisTech',
     name='LinPy',
     description='A polyhedral library based on isl',
     author='MINES ParisTech',
-    url='https://scm.cri.ensmp.fr/git/linpy.git',
+    url='https://scm.cri.mines-paristech.fr/git/linpy.git',
     packages=['linpy'],
     ext_modules = [
         Extension('linpy._islhelper',
     packages=['linpy'],
     ext_modules = [
         Extension('linpy._islhelper',