[Checkins] SVN: zc.catalog/trunk/setup.py Pull in some information for long description.

Martijn Faassen faassen at infrae.com
Fri Sep 22 11:51:55 EDT 2006


Log message for revision 70342:
  Pull in some information for long description.
  

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

-=-
Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2006-09-22 15:51:41 UTC (rev 70341)
+++ zc.catalog/trunk/setup.py	2006-09-22 15:51:54 UTC (rev 70342)
@@ -1,3 +1,4 @@
+import os
 from setuptools import setup, find_packages
 
 setup(
@@ -20,6 +21,10 @@
 such as some new indexes, improved globbing and stemming support,
 and an alternative catalog implementation.
 """,
+    long_description=(
+    open('README.txt').read()
+    + '\n' +
+    open('CHANGES.txt').read()),
     license='ZPL',
     keywords="zope zope3 indexing",
     classifiers = ['Framework :: Zope 3'],



More information about the Checkins mailing list