From 4a1487ec58eec08d3bfaa275734bd03d7f3a7fe1 Mon Sep 17 00:00:00 2001
From: Roman Podoliaka <rpodolyaka@mirantis.com>
Date: Fri, 29 Nov 2013 12:54:49 +0200
Subject: [PATCH] Revert "Support building wheels (PEP-427)"

This reverts commit 9d460a44e4bd0d777ec41a2dc0be6dc80a01a781.

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: I73106d2a1752fa8ee11694c6d9c123a953e6c462
---
 setup.cfg | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index dec369c..07710c2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,6 +32,3 @@ console_scripts =
 tag_build = 
 tag_date = 0
 tag_svn_revision = 0
-
-[wheel]
-universal = 1