[Checkins] SVN: zope.app.styleguide/trunk/ - updated placeholders (no tests around here yet)

Christian Theune ct at gocept.com
Mon May 14 11:27:50 EDT 2007


Log message for revision 75743:
   - updated placeholders (no tests around here yet)
  

Changed:
  U   zope.app.styleguide/trunk/buildout.cfg
  U   zope.app.styleguide/trunk/setup.py

-=-
Modified: zope.app.styleguide/trunk/buildout.cfg
===================================================================
--- zope.app.styleguide/trunk/buildout.cfg	2007-05-14 15:27:11 UTC (rev 75742)
+++ zope.app.styleguide/trunk/buildout.cfg	2007-05-14 15:27:49 UTC (rev 75743)
@@ -5,4 +5,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = XXX
+eggs = zope.app.styleguide

Modified: zope.app.styleguide/trunk/setup.py
===================================================================
--- zope.app.styleguide/trunk/setup.py	2007-05-14 15:27:11 UTC (rev 75742)
+++ zope.app.styleguide/trunk/setup.py	2007-05-14 15:27:49 UTC (rev 75743)
@@ -1,11 +1,11 @@
 from setuptools import setup, find_packages
 
 setup(
-    name = '',
+    name = 'zope.app.styleguide',
     version = '0.1',
     author = 'Zope Corporation and Contributors',
     author_email = 'zope3-dev at zope.org',
-    description = '',
+    description = 'Styleguide for Zope 3 developers as a Zope 3 online help chapter',
     license = 'ZPL 2.1',
 
     packages = find_packages('src'),



More information about the Checkins mailing list