[Checkins] SVN: zc.catalog/trunk/setup.py Some small fixes.

Martijn Faassen faassen at infrae.com
Fri Sep 22 12:04:48 EDT 2006


Log message for revision 70344:
  Some small fixes.
  

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

-=-
Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2006-09-22 15:53:58 UTC (rev 70343)
+++ zc.catalog/trunk/setup.py	2006-09-22 16:04:48 UTC (rev 70344)
@@ -12,20 +12,16 @@
     package_data = {
     '': ['*.txt', '*.zcml'],
     },
-
+    url='http://svn.zope.org/zc.catalog',
     zip_safe=False,
     author='Zope Project',
     author_email='zope3-dev at zope.org',
-    description="""\
-zc.catalog contains a number of extensions to the Zope 3 catalog,
-such as some new indexes, improved globbing and stemming support,
-and an alternative catalog implementation.
-""",
+    description="zc.catalog contains a number of extensions to the Zope 3 catalog",
     long_description=(
     open('README.txt').read()
     + '\n' +
     open('CHANGES.txt').read()),
     license='ZPL',
     keywords="zope zope3 indexing",
-    classifiers = ['Framework :: Zope 3'],
+    classifiers = ['Framework :: Zope3'],
     )



More information about the Checkins mailing list