From dd4ef738e154a78d392a4655ca28c14607832837 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Tue, 22 May 2018 13:50:24 +0200
Subject: [PATCH] Correcting bad email adresses and repository

---
 README.rst | 4 ++--
 setup.py   | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.rst b/README.rst
index cb04bb1..331ef43 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ The learning method requires also the information about the rank of the matrix.
 
 Finally, **scikit-splearn** provides 2 ways to store the Hankel matrix: a classical one as an array, and a sparse version using ``scipy.sparse``.
 
-The original scikit-splearn Toolbox is developed in Python at `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ , as a `LIF <http://www.lif.univ-mrs.fr/>`_ project.
+The original scikit-splearn Toolbox is developed in Python at `LabEx Archimède <http://labex-archimede.univ-amu.fr/>`_ , as a `LIS <http://www.lis-lab.fr/>`_ project.
 
 This package, as well as the **scikit-splearn** toolbox, is Free software, released under BSD License.
 
@@ -21,4 +21,4 @@ The latest version of **scikit-splearn** can be downloaded from the following
 
 The documentation is available as a `pythonhosted site <http://pythonhosted.org/scikit-splearn/>`_ .
 
-There is also a `gitlab repository <https://gitlab.lif.univ-mrs.fr/dev/scikit-splearn.git>`_ , which provides the git repository managing the source code and where issues can be reported.
\ No newline at end of file
+There is also a `gitlab repository <https://gitlab.lis-lab.fr/dev/scikit-splearn.git>`_ , which provides the git repository managing the source code and where issues can be reported.
diff --git a/setup.py b/setup.py
index ae18e41..1b5f518 100755
--- a/setup.py
+++ b/setup.py
@@ -149,12 +149,12 @@ def setup_package():
                             read('AUTHORS.rst')),
           packages=["splearn", "splearn.datasets", "splearn.tests", "splearn.tests.datasets"],
           package_data={'splearn.tests.datasets': ['*']},
-          url="https://gitlab.lif.univ-mrs.fr/dominique.benielli/scikit-splearn.git",
+          url="https://gitlab.lis-lab.fr/dev/scikit-splearn.git",
           license='new BSD',
           author='François Denis and Rémi Eyraud and Denis Arrivault and Dominique Benielli',
-          author_email='francois.denis@lif.univ-mrs.fr ' +
-                       'remi.eyraud@lif.uni-mrs.fr.antispam' +
-                       'denis.arrivault@lif.univ-mrs.fr ' +
+          author_email='francois.denis@lis-lab.fr ' +
+                       'remi.eyraud@lis-lab.fr' +
+                       'denis.arrivault@lis-lab.fr ' +
                        'dominique.benielli@univ-amu.fr ',
           cmdclass={'clean': m_clean, 'sdist': m_sdist},
           classifiers=['Development Status :: 5 - Production/Stable',
-- 
GitLab