Skip to content

Commit 8a1c7d8

Browse files
committed
Removed tar.gz file
For some reason warehouse (new Pypi package) has changed to only allow one sdist per release. This absurdly breaks setuptools. I have chosen to remove the tar.gz in favor of the zip file. Unix can use zip; it is a lot harder to use tar.gz for Windows users. Sorry.
1 parent ecc5cb2 commit 8a1c7d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pypi-install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python setup.py sdist --formats=gztar,zip
2-
#python setup.py register -r pypi
3-
#twine upload dist/* -r pypi
1+
python setup.py sdist --formats=zip
2+
python setup.py register -r pypi
3+
twine upload dist/* -r pypi

0 commit comments

Comments
 (0)