[Checkins] SVN: z3c.sqlalchemy/trunk/setup.py reading version info from version.txt

Andreas Jung andreas at andreas-jung.com
Sat Apr 14 07:42:53 EDT 2007


Log message for revision 74132:
  reading version info from version.txt
  

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

-=-
Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-04-14 11:41:37 UTC (rev 74131)
+++ z3c.sqlalchemy/trunk/setup.py	2007-04-14 11:42:53 UTC (rev 74132)
@@ -11,7 +11,7 @@
 ]
 
 setup(name='z3c.sqlalchemy',
-      version='0.1.6',
+      version=open('src/z3c/sqlalchemy/version.txt').read(),
       license='ZPL (see LICENSE.txt)',
       author='Andreas Jung',
       author_email='info at zopyx.com',



More information about the Checkins mailing list