[Checkins] SVN: z3c.sqlalchemy/trunk/setup.py

Andreas Jung andreas at andreas-jung.com
Sat Apr 14 15:31:54 EDT 2007


Log message for revision 74137:
  

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

-=-
Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-04-14 17:07:46 UTC (rev 74136)
+++ z3c.sqlalchemy/trunk/setup.py	2007-04-14 19:31:54 UTC (rev 74137)
@@ -10,15 +10,17 @@
     'Topic :: Software Development :: Libraries :: Python Modules',
 ]
 
+version=open('src/z3c/sqlalchemy/version.txt').read()
+
 setup(name='z3c.sqlalchemy',
-      version=open('src/z3c/sqlalchemy/version.txt').read(),
+      version=version,
       license='ZPL (see LICENSE.txt)',
       author='Andreas Jung',
       author_email='info at zopyx.com',
       maintainer='Andreas Jung',
       maintainer_email='info at zopyx.com',
       classifiers=CLASSIFIERS,
-      url='http://svn.zope.org/z3c.sqlalchemy/tags/0.1.3',
+      url='http://svn.zope.org/z3c.sqlalchemy/tags/%s' % version,
       description='A SQLAlchemy wrapper for Zope 2 and Zope 3',
       long_description=open('src/z3c/sqlalchemy/README.txt').read(),
       packages=find_packages('src'),



More information about the Checkins mailing list