##// 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 19 remove_tree(d)
20 20
21 21 # Build source and binary distros
22 c('./setup.py sdist --formats=gztar')
22 c('./setup.py sdist --formats=gztar,zip')
23 23
24 24 # Build version-specific RPMs, where we must use the --python option to ensure
25 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