summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2018-04-12 22:34:22 -0400
committerPaul Belanger <pabelanger@redhat.com>2018-04-13 19:37:27 -0400
commit5ad274a17e0b2aa2638fecd6535bfa4b3856e54d (patch)
tree2ab31c8fb612674b5368d546458204af8a49fae3
parenteee504755de2c5927651ca1e3075470e42d77cda (diff)
downloadgear-5ad274a17e0b2aa2638fecd6535bfa4b3856e54d.tar.gz
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>
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f11f162..818562e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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