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
commit485556b01fdf8195eaf24f8db63825978de4f07e (patch)
treeb2865b47a0684ebf4bce1717c944ec599d851ac2 /setup.cfg
parent730ae5da5dba814748bd0a7c7499b7a00842ff31 (diff)
downloadpython-setuptools-bitbucket-485556b01fdf8195eaf24f8db63825978de4f07e.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