summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2013-11-21 18:00:54 +0000
committerSergey Lukjanov <slukjanov@mirantis.com>2013-11-26 18:26:43 +0400
commitb3aab6b9918acc1c493492439b231d0afa970797 (patch)
tree5b32bb7acb3c176f3f21854b565686354e03395b /setup.cfg
parent8310c221ec15fe7919d46770f65c28c03b186fea (diff)
downloadpython-saharaclient-b3aab6b9918acc1c493492439b231d0afa970797.tar.gz
Revert "Support building wheels (PEP-427)"
'universal=True' means app supports py2 and py3 which isn't checked right now for savanna client, so, my bad, it should reverted atm. W/o 'universal=True' wheel bdist still could be built. This reverts commit c73fcd1656bf3679e8cf2a3748d3e3d2672797f9 Change-Id: Ic56d9f484eab487562cf6d9d0623cf750c0ff237
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 7705cad..676f97f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,5 +26,3 @@ setup-hooks = pbr.hooks.setup_hook
[files]
packages = savannaclient
-[wheel]
-universal = 1