aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2014-02-11 16:17:54 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2014-02-11 16:17:54 +0100
commit191f5a01dc9bdace571fa8474f4bd50743b65994 (patch)
treeea22557fa4e75bcf03f90bc646439abfa7ecdf3e /setup.cfg
parent8c7d2e1f80901375a50a99d1903386c29a423f26 (diff)
downloadexternal_python_setuptools-191f5a01dc9bdace571fa8474f4bd50743b65994.tar.gz
external_python_setuptools-191f5a01dc9bdace571fa8474f4bd50743b65994.tar.bz2
external_python_setuptools-191f5a01dc9bdace571fa8474f4bd50743b65994.zip
Issue #7: Generate both tar archive and zip archive.
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 a78a8033..35d93b51 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,7 @@ all_files = 1
upload-dir = docs/build/html
[sdist]
-formats=zip
+formats = gztar zip
[wheel]
universal=1