[Checkins] SVN: z3c.sqlalchemy/trunk/setup.py using README.txt for the description

Andreas Jung andreas at andreas-jung.com
Sat Mar 17 10:30:14 EDT 2007


Log message for revision 73292:
  using README.txt for the description
  

Changed:
  U   z3c.sqlalchemy/trunk/setup.py

-=-
Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-03-17 14:27:42 UTC (rev 73291)
+++ z3c.sqlalchemy/trunk/setup.py	2007-03-17 14:30:13 UTC (rev 73292)
@@ -5,7 +5,7 @@
       author='Andreas Jung',
       author_email='info at zopyx..com',
       url='https://svn.zope.org.repos/main',
-      description="""SQLAlchemy integration into Zope 2 and Zope 3""",
+      description=open('src/z3c/sqlalchemy/README.txt').read(),
       license='ZPL 2.1',
 
       packages=find_packages('src'),



More information about the Checkins mailing list