[Checkins] SVN: keas.build/trunk/setup.py huhh, bin/buildout failed withoput this

Adam Groszer agroszer at gmail.com
Fri Dec 18 05:40:46 EST 2009


Log message for revision 106748:
  huhh, bin/buildout failed withoput this

Changed:
  U   keas.build/trunk/setup.py

-=-
Modified: keas.build/trunk/setup.py
===================================================================
--- keas.build/trunk/setup.py	2009-12-18 10:26:10 UTC (rev 106747)
+++ keas.build/trunk/setup.py	2009-12-18 10:40:46 UTC (rev 106748)
@@ -49,6 +49,11 @@
     include_package_data = True,
     package_dir = {'': 'src'},
     namespace_packages = ['keas'],
+    extras_require = dict(
+      test = [
+          'zope.testing',
+          ],
+    ),
     install_requires=[
         'BeautifulSoup',
         'setuptools',



More information about the checkins mailing list