summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-06 10:15:32 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-06 10:15:32 +0200
commit132d5471eca26923a9a6239a5ab51623f209bf39 (patch)
tree5e5a2f55f39fb485235865bf1e5d5582c728992e /setup.py
parent382aa0ec377721eb7ce905fc77fde61494d459d2 (diff)
move notebooks
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 63d071c..347c882 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(name='POT',
language="c++", # generate and compile C++ code,
include_dirs=[numpy.get_include(),os.path.join(ROOT,'ot/lp')])),
platforms=['linux','macosx','windows'],
- download_url='https://github.com/rflamary/POT/archive/V{}.tar.gz'.format(__version__),
+ download_url='https://github.com/rflamary/POT/archive/{}.tar.gz'.format(__version__),
license = 'MIT',
scripts=[],
data_files=[],