]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Support building wheels (PEP-427)
authorSascha Peilicke <speilicke@suse.com>
Tue, 19 Nov 2013 08:57:32 +0000 (09:57 +0100)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:17 +0000 (15:20 +0800)
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: Ibca65044d61d4b9b248013e4fe316f3c1a05f764

setup.cfg

index 609124a7a133b8f8942c7799f4e7788f79386d63..df29454d1d59d9d388800e732a3e2ec0a37a86e7 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -179,3 +179,6 @@ domain = neutron
 domain = neutron
 output_dir = neutron/locale
 input_file = neutron/locale/neutron.pot
+
+[wheel]
+universal = 1