From: Sascha Peilicke Date: Tue, 19 Nov 2013 08:57:32 +0000 (+0100) Subject: Support building wheels (PEP-427) X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d5a9d42997701593e5a7a1e6a9388081448688fb;p=openstack-build%2Fneutron-build.git 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: Ibca65044d61d4b9b248013e4fe316f3c1a05f764 --- diff --git a/setup.cfg b/setup.cfg index d8c21da15..87d08e969 100644 --- 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