[Checkins] SVN: zope.app.tests/trunk/ - fixed boilerplate (bah. this package has no tests...)

Christian Theune ct at gocept.com
Fri May 4 10:57:31 EDT 2007


Log message for revision 75454:
   - fixed boilerplate (bah. this package has no tests...)
  

Changed:
  _U  zope.app.tests/trunk/
  U   zope.app.tests/trunk/setup.py

-=-

Property changes on: zope.app.tests/trunk
___________________________________________________________________
Name: svn:ignore
   + develop-eggs
eggs
bin
parts
.installed.cfg



Modified: zope.app.tests/trunk/setup.py
===================================================================
--- zope.app.tests/trunk/setup.py	2007-05-04 14:54:15 UTC (rev 75453)
+++ zope.app.tests/trunk/setup.py	2007-05-04 14:57:30 UTC (rev 75454)
@@ -34,7 +34,7 @@
 
       namespace_packages=['zope',],
       tests_require = ['zope.testing'],
-      install_requires=[],
+      install_requires=['setuptools'],
       include_package_data = True,
 
       zip_safe = False,



More information about the Checkins mailing list