Changeset: 12af2dadd89b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12af2dadd89b
Modified Files:
Branch: default
Log Message:
Merge with Oct2010 branch.
diffs (25 lines):
diff -r f8df0edc0cb2 -r 12af2dadd89b python/setup.py
--- a/python/setup.py Tue Sep 07 13:27:32 2010 +0200
+++ b/python/setup.py Tue Sep 07 14:00:42 2010 +0200
@@ -20,9 +20,19 @@
setup(name='python-monetdb',
version='1.0',
description='Native MonetDB client Python API',
- author='MonetDB developer team',
+ long_description='''\
+MonetDB is a database management system that is developed from a
+main-memory perspective with use of a fully decomposed storage model,
+automatic index management, extensibility of data types and search
+accelerators, SQL- and XML- frontends.
+
+This package contains the files needed to use MonetDB from a Python
+program.
+''',
+ author='MonetDB BV',
author_email='[email protected]',
- url='http://www.monetdb.nl',
+ url='http://monetdb.cwi.nl/',
packages=['monetdb', 'monetdb.sql'],
+ download_url='<will be filled in before a
release>/python-monetdb-1.0.tar.gz',
)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list