create a gzip file also, when building a release
This commit is contained in:
Robey Pointer 2006-08-13 12:32:33 -07:00
parent 4bedcfbf39
commit 4707b2d8d1
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
release:
python ./setup.py sdist --formats=zip
python ./setup.py sdist --formats=gztar
python ./setup.py bdist_egg
docs: always