[Checkins] SVN: martian/branches/paw-manuel-fake-module/setup.py Specify manuel and fakemodule as test dependencies.

Paul Wilson paulalexwilson at gmail.com
Fri Dec 18 05:11:03 EST 2009


Log message for revision 106743:
  Specify manuel and fakemodule as test dependencies.

Changed:
  U   martian/branches/paw-manuel-fake-module/setup.py

-=-
Modified: martian/branches/paw-manuel-fake-module/setup.py
===================================================================
--- martian/branches/paw-manuel-fake-module/setup.py	2009-12-18 08:24:19 UTC (rev 106742)
+++ martian/branches/paw-manuel-fake-module/setup.py	2009-12-18 10:11:03 UTC (rev 106743)
@@ -33,10 +33,13 @@
     include_package_data = True,
     zip_safe=False,
     license='ZPL',
+    extras_require = dict(
+        'test' = ['manuel',
+                  'manuelpi.fakemodule',
+                 ]
+        ),
     install_requires=[
     'zope.interface',
-    'manuel',
-    'manuelpi.fakemodule',
     'setuptools',
     ],
 )



More information about the checkins mailing list