Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I7d8e2cce8588db054cef97f1fb3c21da47f09f36
This commit is contained in:
parent
bc098a45b3
commit
1639baab1e
@ -51,3 +51,6 @@ input_file = tuskar/locale/tuskar.pot
|
|||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
mapping_file = babel.cfg
|
mapping_file = babel.cfg
|
||||||
output_file = tuskar/locale/tuskar.pot
|
output_file = tuskar/locale/tuskar.pot
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user