]> 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)
committerSascha Peilicke <saschpe@gmx.de>
Fri, 7 Feb 2014 11:42:32 +0000 (12:42 +0100)
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 d8c21da15c5dc14804d2173330bbb7f7dc889da7..87d08e9694593b038713893d98fb8b3aee0f7ef0 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -177,3 +177,6 @@ domain = neutron
 domain = neutron
 output_dir = neutron/locale
 input_file = neutron/locale/neutron.pot
+
+[wheel]
+universal = 1