summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 10:26:41 +0100
committerSascha Peilicke <saschpe@gmx.de>2014-02-07 12:17:29 +0100
commiteef61d7dc5555a62543e423d3b7954cef0306137 (patch)
treeaa0420ff4da27d2f1d194b92ff03aa79a47b6b9f /setup.cfg
parent24bd404ac5ab23e3262cc86ae83df94e9be4a5b2 (diff)
downloadpython-neutronclient-eef61d7dc5555a62543e423d3b7954cef0306137.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: I3dd06b63d2fdcce8961f87fe1d71be052cb0fdf0
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 d8224c9..50dba19 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,3 +34,6 @@ console_scripts =
all_files = 1
build-dir = doc/build
source-dir = doc/source
+
+[wheel]
+universal = 1