summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-02 16:18:00 -0400
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-10-02 16:18:00 -0400
commitd46ecc9d23a75dd7f9c2886f93d1205bbc359297 (patch)
treee452cf7bc44f9006a4303be9e02ef4077dcbc802 /setup.cfg
parent3c7ea8ab969bf981f68f753081ebe5e6a5613773 (diff)
downloadoslo-rootwrap-d46ecc9d23a75dd7f9c2886f93d1205bbc359297.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: Ied9e2aa765fe006d66df7f431462252204dc5baa
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 80d27cf..e05bbfd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,3 +32,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1