summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 09:54:32 +0100
committerSascha Peilicke <saschpe@gmx.de>2014-02-07 11:30:25 +0100
commitacf5eb40905f1961c4372a0c25801a22838fe1cb (patch)
treed22a8a52b8d2153f21c8771e78d4120d80dcb142
parented1e27faa1d8634cd8fc89776c36d5a32dd97214 (diff)
downloadoslo-version-acf5eb40905f1961c4372a0c25801a22838fe1cb.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: Ia277504b291412553981e52bcca1ea9f6bd09b3f
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 03417e0..bc72f33 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,3 +22,6 @@ packages =
oslo
namespace_packages =
oslo
+
+[wheel]
+universal = 1