[Checkins] SVN: zc.twist/trunk/setup.py Use zc.twisted rather than twisted

John Murphy jackie at zope.com
Thu Jan 31 11:08:56 EST 2008


Log message for revision 83337:
  Use zc.twisted rather than twisted
  

Changed:
  U   zc.twist/trunk/setup.py

-=-
Modified: zc.twist/trunk/setup.py
===================================================================
--- zc.twist/trunk/setup.py	2008-01-31 16:08:28 UTC (rev 83336)
+++ zc.twist/trunk/setup.py	2008-01-31 16:08:56 UTC (rev 83337)
@@ -14,9 +14,9 @@
     license='ZPL',
     install_requires=[
         'ZODB3',
+        'zc.twisted-2.5.0dev-r17773',
         'zope.component',
         'setuptools',
-        'twisted ==2.1dev',
         'zope.testing',
         ],
     include_package_data=True,



More information about the Checkins mailing list