diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-05 07:08:48 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-05 07:08:48 +0200 |
commit | 2311414e0a72615785c4dcc9a1a2590b44430ab5 (patch) | |
tree | ed98b3f79985d07f6ea42d1d77034330fcaf2fe6 | |
parent | 5b54c7a2e277685dd7d2c88ddf36ce0c0106b343 (diff) | |
download | external_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-x | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,3 +16,6 @@ upload-dir = docs/build/html [sdist] formats=gztar + +[wheel] +universal=1 |