Mark openstack-doc-tools as being a universal wheel

Universal is used to identify pure-Python module(by bdist_wheel).
For these, it is sufficient to build a wheel with _any_ Python ABI
version and publish that to PyPI (by whatever means).

Change-Id: I83c09e2d2658280fd799675e9ef290841b2cd087
This commit is contained in:
Andreas Jaeger 2014-09-22 11:08:43 +02:00
parent 623d9c1433
commit efc4e36190
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1