[Checkins] SVN: z3checkins/trunk/ - fixed buildout

Christian Theune ct at gocept.com
Tue Jun 5 08:58:40 EDT 2007


Log message for revision 76361:
   - fixed buildout
  

Changed:
  U   z3checkins/trunk/buildout.cfg
  U   z3checkins/trunk/setup.py

-=-
Modified: z3checkins/trunk/buildout.cfg
===================================================================
--- z3checkins/trunk/buildout.cfg	2007-06-05 12:56:51 UTC (rev 76360)
+++ z3checkins/trunk/buildout.cfg	2007-06-05 12:58:40 UTC (rev 76361)
@@ -5,4 +5,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = XXX
+eggs = z3checkins

Modified: z3checkins/trunk/setup.py
===================================================================
--- z3checkins/trunk/setup.py	2007-06-05 12:56:51 UTC (rev 76360)
+++ z3checkins/trunk/setup.py	2007-06-05 12:58:40 UTC (rev 76361)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 setup(
-    name = '',
+    name = 'z3checkins',
     version = '0.1',
     author = 'Zope Corporation and Contributors',
     author_email = 'zope3-dev at zope.org',
@@ -9,7 +9,6 @@
     license = 'ZPL 2.1',
 
     packages = find_packages('src'),
-    namespace_packages = ['zope', 'zope.app'],
     package_dir = {'': 'src'},
     install_requires = ['setuptools'],
     zip_safe = False,



More information about the Checkins mailing list