[Checkins] SVN: optionstorage/trunk/ - no tests :/

Christian Theune ct at gocept.com
Tue Jun 5 08:49:01 EDT 2007


Log message for revision 76358:
   - no tests :/
  

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

-=-
Modified: optionstorage/trunk/buildout.cfg
===================================================================
--- optionstorage/trunk/buildout.cfg	2007-06-05 12:42:45 UTC (rev 76357)
+++ optionstorage/trunk/buildout.cfg	2007-06-05 12:49:00 UTC (rev 76358)
@@ -5,4 +5,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = XXX
+eggs = optionstorage

Modified: optionstorage/trunk/setup.py
===================================================================
--- optionstorage/trunk/setup.py	2007-06-05 12:42:45 UTC (rev 76357)
+++ optionstorage/trunk/setup.py	2007-06-05 12:49:00 UTC (rev 76358)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 setup(
-    name = '',
+    name = 'optionstorage',
     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