##// END OF EJS Templates
Update release tool to always produce zip file.
Fernando Perez -
Show More
@@ -19,7 +19,7 b" for d in ['build','dist',pjoin('docs','build'),pjoin('docs','dist')]:"
19 remove_tree(d)
19 remove_tree(d)
20
20
21 # Build source and binary distros
21 # Build source and binary distros
22 c('./setup.py sdist --formats=gztar')
22 c('./setup.py sdist --formats=gztar,zip')
23
23
24 # Build version-specific RPMs, where we must use the --python option to ensure
24 # Build version-specific RPMs, where we must use the --python option to ensure
25 # that the resulting RPM is really built with the requested python version (so
25 # that the resulting RPM is really built with the requested python version (so
General Comments 0
You need to be logged in to leave comments. Login now