[Checkins] SVN: five.formlib/trunk/setup.py We don't have any extra test dependencies

Hanno Schlichting hannosch at hannosch.eu
Sat Dec 26 17:31:58 EST 2009


Log message for revision 107129:
  We don't have any extra test dependencies
  

Changed:
  U   five.formlib/trunk/setup.py

-=-
Modified: five.formlib/trunk/setup.py
===================================================================
--- five.formlib/trunk/setup.py	2009-12-26 22:31:37 UTC (rev 107128)
+++ five.formlib/trunk/setup.py	2009-12-26 22:31:58 UTC (rev 107129)
@@ -24,9 +24,6 @@
       package_dir = {'': 'src'},
       namespace_packages=['five',],
       include_package_data = True,
-      extras_require=dict(
-          test=[]
-          ),
       install_requires=[
         'setuptools',
         'transaction',



More information about the checkins mailing list