Merge "Build universal wheels"

This commit is contained in:
Jenkins 2016-08-11 18:14:16 +00:00 committed by Gerrit Code Review
commit 3b00675a3d
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Testing
@ -34,6 +35,9 @@ warnerrors = True
console_scripts =
bindep = bindep.main:main
[wheel]
universal = 1
[build_sphinx]
source-dir = doc/source
build-dir = doc/build