fix setup.cfg to use bdist_wheel section instead of wheel

both seem to work though?
This commit is contained in:
Michael Merickel 2016-01-16 14:07:16 -06:00
parent a9f0c2dd40
commit 4189b74b85
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[wheel]
[bdist_wheel]
universal = 1
[easy_install]