Build universal wheels
Now that bindep works with Python 3.4 and 3.5 as well as 2.7, start making its wheels universal so they can be used for any of these. Also update our trove classifiers to include Python 3.5 as supported. Change-Id: I7c70592e0e4a3464471d9a8c4ef9623cc9afd937
This commit is contained in:
parent
71ba17ac71
commit
aa018ee787
@ -17,6 +17,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.4
|
Programming Language :: Python :: 3.4
|
||||||
|
Programming Language :: Python :: 3.5
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
Programming Language :: Python :: Implementation :: PyPy
|
Programming Language :: Python :: Implementation :: PyPy
|
||||||
Topic :: Software Development :: Testing
|
Topic :: Software Development :: Testing
|
||||||
@ -34,6 +35,9 @@ warnerrors = True
|
|||||||
console_scripts =
|
console_scripts =
|
||||||
bindep = bindep.main:main
|
bindep = bindep.main:main
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
|
Loading…
Reference in New Issue
Block a user