From 71ba1507099d762e82f48133fbb1bb7918c0fb70 Mon Sep 17 00:00:00 2001 From: Antoni Segura Puimedon Date: Thu, 18 Aug 2016 04:11:03 +0200 Subject: [PATCH] wheel: build universal wheels This project is compatible with both py2 and py3, better make use of universal wheels. Change-Id: I4d3655bd81cf81f4729c88904faf5b57af96637d Signed-off-by: Antoni Segura Puimedon --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index e770d583..fda6caab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,9 @@ classifier = Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 +[bdist_wheel] +universal = 1 + [entry_points] oslo.config.opts = kuryr = kuryr.lib.opts:list_kuryr_opts