Revert "Support building wheels (PEP-427)"

This reverts commit 8c89f77dbc.

The patch being reverted should not have been merged, because
setting universal to True is used to claim in-place python 2/3
compatibility in Wheel packages.

We don't support python 3 yet, so we must not claim the opposite
here (as this would harm end users as soon as we start uploading
Wheel packages to PyPi).

Please see the following links for details:
 - http://pythonwheels.com/
 - http://lists.openstack.org/pipermail/openstack-dev/2013-November/020059.html

Change-Id: I5972ffcc0f0cde9c78a3a3db6441900fae76727a
This commit is contained in:
Roman Podoliaka 2013-11-29 12:40:38 +02:00
parent 8c89f77dbc
commit bac626b784
1 changed files with 0 additions and 3 deletions

View File

@ -29,6 +29,3 @@ console_scripts =
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1