[z3-checkins] r25757 - z3/sqlos/trunk

jinty at codespeak.net jinty at codespeak.net
Thu Apr 13 01:50:27 CEST 2006


Author: jinty
Date: Thu Apr 13 01:50:24 2006
New Revision: 25757

Modified:
   z3/sqlos/trunk/setup.py
Log:
Add some more metadata to the setup.py

Modified: z3/sqlos/trunk/setup.py
==============================================================================
--- z3/sqlos/trunk/setup.py	(original)
+++ z3/sqlos/trunk/setup.py	Thu Apr 13 01:50:24 2006
@@ -3,8 +3,17 @@
 setup(
     name="sqlos",
     description="an integration package for Zope3 and SQLObject",
+    long_description="""
+sqlos is a toolkit for using SQLObject (an Object Relational
+Mapper) inside Zope 3 or Zope 2. It tries to take care of many of the
+fiddly details that always seem to take a lot of time. 
+""",
+    url='http://codespeak.net/z3/sqlos/',
     version="0.1",
     license="ZPL",
+    maintainer="SQLOS development team",
+    maintainer_email="z3-sqlos at codespeak.net",
+    platforms=["any"],
     package_dir={'':'src'},
     packages=find_packages('src'),
     zip_safe=False,


More information about the z3-checkins mailing list