Skip to content
Snippets Groups Projects
Commit dd4ef738 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Correcting bad email adresses and repository

parent 1e5cc234
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -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.
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment