summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 09:53:49 +0100
committerSascha Peilicke <saschpe@gmx.de>2014-02-07 12:37:11 +0100
commit195ce9e9e24480e7b264af95ea9a8012056126a8 (patch)
tree84fc4959d50b3fae6f81ad1a22b397a9663eb2bd
parent229e16bde97e7b3c7d9c0fd7a4a18c553ce94522 (diff)
downloadoslosphinx-195ce9e9e24480e7b264af95ea9a8012056126a8.tar.gz
Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I34b7f390e2ac60d1a35e1bd352d483e0de7a51e1
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f90da7b..b019dfc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,3 +30,6 @@ packages =
all_files = 1
build-dir = doc/build
source-dir = doc/source
+
+[wheel]
+universal = 1