Add wheels section to the setup.cfg

Glance client's setup.cfg was missing the wheels section. This commit
adds it and makes the client's setup.cfg consistent with other clients.

Change-Id: I16030c0379dae3c3c07bd73f09798c2160310811
This commit is contained in:
Flavio Percoco 2014-06-30 08:53:29 +02:00
parent 50dc35991c
commit 438bfa3b9c
1 changed files with 3 additions and 0 deletions

View File

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