From 6c6f3d6825e77790dc97289de8220f32ff05ebed Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 14 Jun 2018 17:52:10 -0700 Subject: [PATCH] Removed gztar to avoid 'HTTPError: 400 Client Error: Only one sdist may be uploaded per release' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97f042cc..dc998651 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ doctest: dist: clean doctest unittest doc @# Make sure README.rst are consistent cmp -s README.rst buildingspy/README.rst - python setup.py sdist --formats=gztar,zip + python setup.py sdist --formats=zip python setup.py bdist_egg rm -rf build rm -rf buildingspy.egg-info