Changeset: 53165321f562 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=53165321f562
Modified Files:
clients/python2/setup.py
clients/python3/setup.py
Branch: Oct2012
Log Message:
python: produce unique source tar for 2 and 3
diffs (24 lines):
diff --git a/clients/python2/setup.py b/clients/python2/setup.py
--- a/clients/python2/setup.py
+++ b/clients/python2/setup.py
@@ -31,7 +31,7 @@ setup(name='python-monetdb',
author_email='[email protected]',
url='http://www.monetdb.org/',
packages=['monetdb', 'monetdb.sql'],
- download_url='<will be filled in before a
release>/python-monetdb-11.13.6.tar.gz',
+ download_url='<will be filled in before a
release>/python2-monetdb-11.13.6.tar.gz',
classifiers=[
"Topic :: Database",
"Topic :: Database :: Database Engines/Servers",
diff --git a/clients/python3/setup.py b/clients/python3/setup.py
--- a/clients/python3/setup.py
+++ b/clients/python3/setup.py
@@ -31,7 +31,7 @@ setup(name='python-monetdb',
author_email='[email protected]',
url='http://www.monetdb.org/',
packages=['monetdb', 'monetdb.sql'],
- download_url='<will be filled in before a
release>/python-monetdb-11.13.6.tar.gz',
+ download_url='<will be filled in before a
release>/python3-monetdb-11.13.6.tar.gz',
classifiers=[
"Topic :: Database :: Database Engines/Servers",
"Development Status :: 5 - Production/Stable",
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list