Add universal wheel tag to setup.cfg

This project is 2 and 3 compatible so a universal
wheel is appropriate/expected.

Change-Id: I6a827bb1d6a1c7f751575c6307f7e8cace09b3b5
This commit is contained in:
Davanum Srinivas 2015-10-04 19:56:28 -04:00
parent 1d0054badb
commit eee957eedf
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ classifiers =
packages =
mox3
[wheel]
universal = 1
[global]
setup-hooks =
pbr.hooks.setup_hook