Use bdist_wheel instead of wheel

According to the wheel docs, [bdist_wheel] should be used. Apparently
[wheel] is the legacy, deprecated way.

https://goo.gl/B8tFgs

Change-Id: I7cf882175d724776f861fb82ffd7e0c8682b647e
This commit is contained in:
Eric Brown 2016-02-24 23:55:10 -08:00
parent c987c447b1
commit 1a41a2e333
1 changed files with 1 additions and 1 deletions

View File

@ -120,5 +120,5 @@ source-dir = doc/source
[pbr]
autodoc_tree_index_modules = True
[wheel]
[bdist_wheel]
universal = 1