Changeset: e7800d3e8e6e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e7800d3e8e6e
Modified Files:
        python/setup.py
Branch: Oct2010
Log Message:

Tweaks to python setup.py.


diffs (25 lines):

diff -r 2c9df8c8592b -r e7800d3e8e6e python/setup.py
--- a/python/setup.py   Tue Sep 07 13:27:06 2010 +0200
+++ b/python/setup.py   Tue Sep 07 14:00:32 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

Reply via email to