From c73fcd1656bf3679e8cf2a3748d3e3d2672797f9 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Tue, 19 Nov 2013 13:14:48 +0400 Subject: [PATCH] Support building wheels (PEP-427) With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI. Change-Id: I1cbbb0f8db40bfce6e9a64f4dc14596baa90834b --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 352886a4..e57ac018 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,3 +26,5 @@ setup-hooks = pbr.hooks.setup_hook [files] packages = savannaclient +[wheel] +universal = 1