Changeset: f5ef12d7a1bb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f5ef12d7a1bb Modified Files: clients/python2/setup.py clients/python3/setup.py Branch: Feb2013 Log Message:
Merged from Oct2012 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='i...@monetdb.org', url='http://www.monetdb.org/', packages=['monetdb', 'monetdb.sql'], - download_url='<will be filled in before a release>/python-monetdb-11.15.0.tar.gz', + download_url='<will be filled in before a release>/python2-monetdb-11.15.0.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='i...@monetdb.org', url='http://www.monetdb.org/', packages=['monetdb', 'monetdb.sql'], - download_url='<will be filled in before a release>/python-monetdb-11.15.0.tar.gz', + download_url='<will be filled in before a release>/python3-monetdb-11.15.0.tar.gz', classifiers=[ "Topic :: Database", "Topic :: Database :: Database Engines/Servers", _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list