[Checkins] SVN: zc.recipe.rhrc/trunk/setup.py Added some metadata to setup in preparation for making an egg.

Amos Latteier amos at latteier.com
Mon Dec 11 17:57:13 EST 2006


Log message for revision 71534:
  Added some metadata to setup in preparation for making an egg.
  

Changed:
  U   zc.recipe.rhrc/trunk/setup.py

-=-
Modified: zc.recipe.rhrc/trunk/setup.py
===================================================================
--- zc.recipe.rhrc/trunk/setup.py	2006-12-11 18:25:10 UTC (rev 71533)
+++ zc.recipe.rhrc/trunk/setup.py	2006-12-11 22:57:12 UTC (rev 71534)
@@ -11,7 +11,14 @@
 
 name = 'zc.recipe.rhrc'
 setup(
-    name=name,
+    name = name,
+    version = '0.1',
+    author = 'Jim Fulton',
+    author_email = 'jim at zope.com',
+    description = 'ZC Buildout recipe for Redhat RC scripts',
+    license = 'ZPL 2.1',
+    keywords = 'zope3',
+    
     entry_points=entry_points,
     package_dir = {'': 'src'},
     install_requires = "zc.buildout" # XXX Grrr should use tests_require



More information about the Checkins mailing list