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=a93d1850ccc4d77b085ec2aab64c8ce09a3a66c1;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 609124a7a..df29454d1 100644 --- 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