summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-09 16:09:01 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-09 16:09:01 -0500
commit4c7aaccacb0a756f45862826025bfdd579195d1e (patch)
treec2dbfb3db43ed2aa148e0d7ee961c47506e249ee /setup.cfg
parent875393f610a867ae7258d673c1cf5638e253eff4 (diff)
downloadpython-setuptools-git-4c7aaccacb0a756f45862826025bfdd579195d1e.tar.gz
Use zip files rather than tar files for source distributions of setuptools itself. Fixes #7 for users of Python 2.7.4 and later.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg2
1 files changed, 1 insertions, 1 deletions
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