Build universal wheels

It is possible to use python3 for gear, so support both python2 and
python3 wheels.

Also update classifier to indicate which versions of python we
support.

Change-Id: I74384871cabc8d5b22f2d7555201c21f1bf37099
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-12 22:34:22 -04:00
parent eee504755d
commit 5ad274a17e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,10 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
@ -24,6 +28,9 @@ packages =
console_scripts =
geard = gear.cmd.geard:main
[bdist_wheel]
universal = 1
[build_sphinx]
all_files = 1
build-dir = doc/build