summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 10:33:39 +0100
committerSascha Peilicke <saschpe@gmx.de>2014-02-07 11:31:58 +0100
commit3f2565f8d46927d3a5ef1368518c2ed38cdaad24 (patch)
treecd52e5cb83f1af0e972eda5b058be65648fb2925
parent2202cfdd01750451e2bc2c3f3365c30700bfebea (diff)
downloadheat-cfntools-3f2565f8d46927d3a5ef1368518c2ed38cdaad24.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: I3aed7c0b74dd64264a92f577985f8d51ebe5f96d
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f0088ef..c586769 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,3 +31,6 @@ scripts =
[global]
setup-hooks =
pbr.hooks.setup_hook
+
+[wheel]
+universal = 1