From a7bc990ca7be41d2b1d13c5aad7209141ac41799 Mon Sep 17 00:00:00 2001 From: Gianluca Ficarelli Date: Wed, 22 Nov 2023 12:12:09 +0100 Subject: [PATCH] Remove PIP_INDEX_URL --- README.rst | 1 - setup.py | 2 +- tox.ini | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 406cccb..b42f500 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,6 @@ Installation ``BlueETL-core`` can be installed independently from ``BlueETL`` with:: - PIP_INDEX_URL=https://bbpteam.epfl.ch/repository/devpi/simple \ pip install -U blueetl-core diff --git a/setup.py b/setup.py index 1d69b6b..fe2fae6 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ url="https://bbpteam.epfl.ch/documentation/projects/blueetl-core", project_urls={ "Tracker": "https://bbpteam.epfl.ch/project/issues/projects/NSETM/issues", - "Source": "git@bbpgitlab.epfl.ch:nse/blueetl-core.git", + "Source": "https://github.com/BlueBrain/blueetl-core.git", }, license="BBP-internal-confidential", install_requires=[ diff --git a/tox.ini b/tox.ini index bfdcf75..9cae49a 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ ignore_basepython_conflict = true [testenv] basepython=python3.10 setenv = - PIP_INDEX_URL=https://bbpteam.epfl.ch/repository/devpi/simple # Run serially BLUEETL_JOBLIB_JOBS=1 deps =