From 4c7aaccacb0a756f45862826025bfdd579195d1e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 9 Feb 2014 16:09:01 -0500 Subject: Use zip files rather than tar files for source distributions of setuptools itself. Fixes #7 for users of Python 2.7.4 and later. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 0a0079e0..a78a8033 100755 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ all_files = 1 upload-dir = docs/build/html [sdist] -formats=gztar +formats=zip [wheel] universal=1 -- cgit v1.2.3