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
This commit is contained in:
Jeremy Stanley 2018-01-05 20:05:51 +00:00
parent 7199399163
commit 0b5ed0345a
1 changed files with 6 additions and 0 deletions

View File

@ -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