Author: dmeyer
Date: Sat Mar 11 18:57:31 2006
New Revision: 8075

Modified:
   trunk/setup.py

Log:
do not delete version.py

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py      (original)
+++ trunk/setup.py      Sat Mar 11 18:57:31 2006
@@ -48,7 +48,7 @@
 
 if len(sys.argv) == 2 and sys.argv[1] == 'clean':
     for m in submodules:
-        for file in ('build', 'dist', 'src/version.py', 'MANIFEST'):
+        for file in ('build', 'dist', 'MANIFEST'):
             file = os.path.join(m, file)
             if os.path.isdir(file):
                 print 'removing %s' % file


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to