diff options
author | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-11-21 18:00:54 +0000 |
---|---|---|
committer | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-11-26 18:26:43 +0400 |
commit | b3aab6b9918acc1c493492439b231d0afa970797 (patch) | |
tree | 5b32bb7acb3c176f3f21854b565686354e03395b /setup.cfg | |
parent | 8310c221ec15fe7919d46770f65c28c03b186fea (diff) | |
download | python-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.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,5 +26,3 @@ setup-hooks = pbr.hooks.setup_hook [files] packages = savannaclient -[wheel] -universal = 1 |