summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 10:31:21 +0100
committerSascha Peilicke <saschpe@gmx.de>2014-02-07 12:00:28 +0100
commit935501b0e4f80a5b50bcf5baf680470c211a4a34 (patch)
tree667e47f2c4f57423f7292c6eef1107954fd78d7d /setup.cfg
parent810857849ed32773c38df12785715f89d33e83af (diff)
downloadpython-novaclient-935501b0e4f80a5b50bcf5baf680470c211a4a34.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: I900a7d2e3777a5c151778679f3049771047855e6
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 3513c3bf..e8cb0e38 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,3 +32,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+
+[wheel]
+universal = 1