From ed9c448971a7e8249f3b5be970604f5ec4ce1e63 Mon Sep 17 00:00:00 2001 From: Jianghua Wang Date: Tue, 20 Mar 2018 13:43:09 +0000 Subject: [PATCH] Make os-xenapi package as universal Now os-xenapi is compatible with both python2 and python3. This patch is to change the package of os-xenapi as universal. Change-Id: Ia1314de1b49e17c841b9cc7bf5677dbc092ca62d --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 95ec9a7..19fb0be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,3 +53,6 @@ output_file = os_xenapi/locale/os_xenapi.pot all_files = 1 build-dir = releasenotes/build source-dir = releasenotes/source + +[wheel] +universal = 1