[Checkins] SVN: zope.copypastemove/trunk/setup.py Fix misspelled dependency.

Tres Seaver tseaver at palladion.com
Wed Feb 16 10:53:42 EST 2011


Log message for revision 120387:
  Fix misspelled dependency.

Changed:
  U   zope.copypastemove/trunk/setup.py

-=-
Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2011-02-16 15:47:25 UTC (rev 120386)
+++ zope.copypastemove/trunk/setup.py	2011-02-16 15:53:42 UTC (rev 120387)
@@ -51,7 +51,7 @@
                 ],
           zcml=[
             'zope.component[zcml]',
-            'zope.configure',
+            'zope.configuration',
             'zope.security[zcml]',
             ]),
       install_requires=['setuptools',



More information about the checkins mailing list