[Checkins] SVN: zc.objectlog/trunk/setup.py updated short (regular) and long descriptions.

Satchidanand Haridas satchit at zope.com
Wed Apr 2 14:40:31 EDT 2008


Log message for revision 85071:
  updated short (regular) and long descriptions.
  
  

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

-=-
Modified: zc.objectlog/trunk/setup.py
===================================================================
--- zc.objectlog/trunk/setup.py	2008-04-02 18:38:10 UTC (rev 85070)
+++ zc.objectlog/trunk/setup.py	2008-04-02 18:40:29 UTC (rev 85071)
@@ -1,6 +1,8 @@
 from setuptools import setup, find_packages
 
-long_description = open("src/zc/objectlog/log.txt").read()
+long_description = (open("README.txt").read() +
+                    '\n\n' +
+                    open("src/zc/objectlog/log.txt").read())
 
 setup(
     name="zc.objectlog",
@@ -8,7 +10,7 @@
     license="ZPL 2.1",
     author="Zope Corporation",
     author_email="zope-dev at zope.org",
-    description=open('README.txt').read(),
+    description='Customizable object log for Zope3',
     long_description=long_description,
     keywords="zope zope3 logging",
     packages=find_packages('src'),



More information about the Checkins mailing list