aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-08-05 07:08:48 +0200
committerJason R. Coombs <jaraco@jaraco.com>2013-08-05 07:08:48 +0200
commit2311414e0a72615785c4dcc9a1a2590b44430ab5 (patch)
treeed98b3f79985d07f6ea42d1d77034330fcaf2fe6
parent5b54c7a2e277685dd7d2c88ddf36ce0c0106b343 (diff)
downloadexternal_python_setuptools-2311414e0a72615785c4dcc9a1a2590b44430ab5.tar.gz
external_python_setuptools-2311414e0a72615785c4dcc9a1a2590b44430ab5.tar.bz2
external_python_setuptools-2311414e0a72615785c4dcc9a1a2590b44430ab5.zip
Hint to wheel that the code is universal
-rwxr-xr-xsetup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 176cc47e..0a0079e0 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,3 +16,6 @@ upload-dir = docs/build/html
[sdist]
formats=gztar
+
+[wheel]
+universal=1