From b3aab6b9918acc1c493492439b231d0afa970797 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 21 Nov 2013 18:00:54 +0000 Subject: [PATCH] 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 --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7705cadd..676f97f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,5 +26,3 @@ setup-hooks = pbr.hooks.setup_hook [files] packages = savannaclient -[wheel] -universal = 1