summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2013-11-29 13:25:20 +0200
committerRoman Podoliaka <rpodolyaka@mirantis.com>2013-11-29 13:26:09 +0200
commitc3096ea60897155f62d31403103aae384f39b4b8 (patch)
treee93085e4f2e743a841b064f123dc7f077875489d
parent12199991773ad1499fc4dab560d3d8c77fd187d9 (diff)
downloadtuskar-ui-0.0.5.tar.gz
Revert "Support building wheels (PEP-427)"0.0.5
This reverts commit f4f51b2421031564e6d8136badb686a79b26535a. 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: I81bedf16744bc66701a6882dcd32ca3814262bf7
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 51cc7e70..8e4c5c6f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,6 +39,3 @@ source-dir = doc/source
[nosetests]
verbosity=2
detailed-errors=1
-
-[wheel]
-universal = 1