summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 c20c3f5..f74cac3 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ version='0.1'
ROOT = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(ROOT, 'README.md')).read()
-setup(name='python-webgen',
+setup(name='POT',
version=version,
description='Python Optimal Transport Library',
long_description=README,