Changeset: c8c2aa2f2c02 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c8c2aa2f2c02
Modified Files:
clients/python/setup.py
clients/python3/setup.py
Branch: default
Log Message:
reverted the name change since it is a bad idea
diffs (24 lines):
diff --git a/clients/python/setup.py b/clients/python/setup.py
--- a/clients/python/setup.py
+++ b/clients/python/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
-setup(name='monetdb',
+setup(name='python-monetdb',
version='11.11.6',
description='Native MonetDB client Python API',
long_description=read('README.rst'),
diff --git a/clients/python3/setup.py b/clients/python3/setup.py
--- a/clients/python3/setup.py
+++ b/clients/python3/setup.py
@@ -23,7 +23,7 @@ from distutils.core import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
-setup(name='monetdb',
+setup(name='python-monetdb',
version='11.11.6',
description='Native MonetDB client Python API',
long_description=read('README.rst'),
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list