Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: Ia3b572d44e150911622e5f00592944099b11a95d
This commit is contained in:
parent
9eb2719998
commit
57c53f781b
1 changed files with 3 additions and 0 deletions
|
@ -45,3 +45,6 @@ input_file = diskimage_builder/locale/diskimage_builder.pot
|
|||
[compile_catalog]
|
||||
directory = diskimage_builder/locale
|
||||
domain = diskimage_builder
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
|
Loading…
Reference in a new issue