From eee957eedf401a1e07cef0b1c741ac8b07203f52 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sun, 4 Oct 2015 19:56:28 -0400 Subject: [PATCH] Add universal wheel tag to setup.cfg This project is 2 and 3 compatible so a universal wheel is appropriate/expected. Change-Id: I6a827bb1d6a1c7f751575c6307f7e8cace09b3b5 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4a3de06..75650f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,9 @@ classifiers = packages = mox3 +[wheel] +universal = 1 + [global] setup-hooks = pbr.hooks.setup_hook