[Checkins] SVN: Sandbox/dirceu/megrok.form/setup.py Improving setup.py, getting ready for release

Dirceu Pereira Tiegs dirceutiegs at gmail.com
Mon Feb 4 12:13:13 EST 2008


Log message for revision 83502:
  Improving setup.py, getting ready for release

Changed:
  U   Sandbox/dirceu/megrok.form/setup.py

-=-
Modified: Sandbox/dirceu/megrok.form/setup.py
===================================================================
--- Sandbox/dirceu/megrok.form/setup.py	2008-02-04 17:11:23 UTC (rev 83501)
+++ Sandbox/dirceu/megrok.form/setup.py	2008-02-04 17:13:12 UTC (rev 83502)
@@ -4,15 +4,21 @@
 
 setup(name='megrok.form',
       version=version,
-      description="",
+      description="Fields, Widgets and Constraints for Grok",
       long_description="""\
 """,
-      # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[], 
-      keywords="",
+      classifiers=['Development Status :: 3 - Alpha',
+                   'Environment :: Web Environment',
+                   'Intended Audience :: Developers',
+                   'License :: OSI Approved :: Zope Public License',
+                   'Programming Language :: Python',
+                   'Operating System :: OS Independent',
+                   'Topic :: Internet :: WWW/HTTP',
+                   ],
+      keywords="grok form widgets fields constraints",
       author="Dirceu Pereira Tiegs",
       author_email="dirceutiegs at gmail.com",
-      url="",
+      url="http://svn.zope.org/Sandbox/dirceu/megrok.form",
       license="ZPL",
       package_dir={'': 'src'},
       namespace_packages=['megrok'],
@@ -25,7 +31,6 @@
                         'z3c.widget',
                         'zc.datetimewidget',
                         'collective.namedfile',
-                        # Add extra requirements here
                         ],
       entry_points="""
       # Add entry points here



More information about the Checkins mailing list