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:
parent
7199399163
commit
0b5ed0345a
@ -23,7 +23,10 @@ classifier =
|
|||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3.3
|
||||||
Programming Language :: Python :: 3.4
|
Programming Language :: Python :: 3.4
|
||||||
|
Programming Language :: Python :: 3.5
|
||||||
|
Programming Language :: Python :: 3.6
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
@ -32,6 +35,9 @@ packages =
|
|||||||
[pbr]
|
[pbr]
|
||||||
warnerrors = True
|
warnerrors = True
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
jenkins-jobs=jenkins_jobs.cli.entry:main
|
jenkins-jobs=jenkins_jobs.cli.entry:main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user