Support building wheels (PEP-427)

With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI.

Change-Id: I22452b164549ce1d96853044f9c57758dcd86f0b
This commit is contained in:
Sergey Lukjanov 2013-11-19 13:14:51 +04:00
parent 6c952917be
commit a80354cb2b
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ data_files =
[global]
setup-hooks = pbr.hooks.setup_hook
[wheel]
universal = 1