[Checkins] SVN: zope.app.container/trunk/setup.py Sort dependencies.

Tres Seaver tseaver at palladion.com
Wed May 13 17:19:41 EDT 2009


Log message for revision 99931:
  Sort dependencies.

Changed:
  U   zope.app.container/trunk/setup.py

-=-
Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2009-05-13 21:13:31 UTC (rev 99930)
+++ zope.app.container/trunk/setup.py	2009-05-13 21:19:41 UTC (rev 99931)
@@ -53,22 +53,22 @@
                                 'zope.app.zcmlfiles',
                                 'zope.app.file']),
       install_requires=['setuptools',
-                        'zope.interface',
+                        'zope.component',
                         'zope.container',
-                        'zope.schema',
-                        'zope.component',
+                        'zope.copypastemove',
+                        'zope.dublincore',
                         'zope.event',
-                        'zope.location',
                         'zope.exceptions',
-                        'zope.security',
-                        'zope.lifecycleevent',
                         'zope.i18n',
                         'zope.i18nmessageid',
+                        'zope.interface',
+                        'zope.lifecycleevent',
+                        'zope.location',
+                        'zope.publisher',
+                        'zope.schema',
+                        'zope.security',
                         'zope.size',
                         'zope.traversing',
-                        'zope.publisher',
-                        'zope.dublincore',
-                        'zope.copypastemove',
                         ],
       include_package_data = True,
       zip_safe = False,



More information about the Checkins mailing list