[Checkins] SVN: zope.app.intid/trunk/ Fix description and dependencies.

Dan Korostelev nadako at gmail.com
Sat Jan 31 16:00:26 EST 2009


Log message for revision 95792:
  Fix description and dependencies.

Changed:
  U   zope.app.intid/trunk/README.txt
  U   zope.app.intid/trunk/setup.py

-=-
Modified: zope.app.intid/trunk/README.txt
===================================================================
--- zope.app.intid/trunk/README.txt	2009-01-31 20:57:39 UTC (rev 95791)
+++ zope.app.intid/trunk/README.txt	2009-01-31 21:00:26 UTC (rev 95792)
@@ -1,4 +1,2 @@
-This package provides an API to create integer ids for any object. Later
-objects can be looked up by their id as well. This functionality is commonly
-used in situations where dealing with objects is undesirably, such as in
-search indices or any code that needs an easy hash of an object.
+This package provides browser views for adding and managing integer id
+utility, provided by the ``zope.intid`` package.

Modified: zope.app.intid/trunk/setup.py
===================================================================
--- zope.app.intid/trunk/setup.py	2009-01-31 20:57:39 UTC (rev 95791)
+++ zope.app.intid/trunk/setup.py	2009-01-31 21:00:26 UTC (rev 95792)
@@ -25,7 +25,7 @@
       version = '3.7.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
-      description='Integer Id Utility',
+      description='ZMI views for Integer Id Utility',
       long_description=(
           read('README.txt')
           + '\n\n' +
@@ -54,15 +54,9 @@
                                   'zope.site',
                                   ]),
       install_requires = ['setuptools',
-                          'ZODB3',
-                          'zope.container',
-                          'zope.app.keyreference',
-                          'zope.component',
-                          'zope.event',
-                          'zope.interface',
-                          'zope.location',
-                          'zope.security',
                           'zope.intid',
+                          'zope.traversing',
+                          'zope.app.publisher',
                           ],
       include_package_data = True,
       zip_safe = False,



More information about the Checkins mailing list