From 766a3160ed86adbfc8498734f1c84650f02728ca Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Tue, 25 Mar 2014 13:56:58 +0700 Subject: Remove distribution whoops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 205fee6..ac023e7 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ dist: build/dist/locales/pytz.pot .stamp-dist upload: dist build/dist/locales/pytz.pot .stamp-upload .stamp-upload: .stamp-tzinfo cd build/dist && \ - echo ${PYTHON} setup.py register sdist \ + ${PYTHON} setup.py register sdist \ --formats=bztar,gztar,zip --dist-dir=../tarballs \ upload --sign -cd build/dist && \ -- cgit v1.2.1