diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 16:09:01 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 16:09:01 -0500 |
| commit | 485556b01fdf8195eaf24f8db63825978de4f07e (patch) | |
| tree | b2865b47a0684ebf4bce1717c944ec599d851ac2 /setup.cfg | |
| parent | 730ae5da5dba814748bd0a7c7499b7a00842ff31 (diff) | |
| download | python-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-x | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ all_files = 1 upload-dir = docs/build/html [sdist] -formats=gztar +formats=zip [wheel] universal=1 |
