chore: Create zip archive in addition to gztar

This commit is contained in:
Kurt Griffiths
2015-02-13 14:34:18 -06:00
parent 69756bcf9a
commit bba9174e45

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
#python setup.py bdist_egg upload
python setup.py sdist upload
python setup.py sdist --formats=gztar,zip upload
# python setup.py bdist_wheel upload