summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2018-01-05 20:05:51 +0000
committerJeremy Stanley <fungi@yuggoth.org>2018-01-05 20:05:51 +0000
commit0b5ed0345a1aaba5c6502fedd6259932c78d750d (patch)
treee493944929f729ebb47342a43036c1f727845e03 /setup.cfg
parent7199399163a93b7b4a2db6c6bdd61e5fc3ec1c14 (diff)
downloadpython-jenkins-job-builder-0b5ed0345a1aaba5c6502fedd6259932c78d750d.tar.gz
python-jenkins-job-builder-0b5ed0345a1aaba5c6502fedd6259932c78d750d.tar.xz
python-jenkins-job-builder-0b5ed0345a1aaba5c6502fedd6259932c78d750d.zip
Generate universal wheels
JJB supports both Python 2 and 3 without any need to convert the source, so we can safely publish universal wheels. Change-Id: I59fdc6271ac662bf04fb84ba32b6bca6fe5e8624
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index cfc34e59..dc29216c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,10 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
[files]
packages =
@@ -32,6 +35,9 @@ packages =
[pbr]
warnerrors = True
+[wheel]
+universal = 1
+
[entry_points]
console_scripts =
jenkins-jobs=jenkins_jobs.cli.entry:main