Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I92942a0fdd6aca4ae1fdfccfd72d1e18528d3f01
This commit is contained in:
parent
8c394d441b
commit
92f08f25c7
@ -32,3 +32,6 @@ autodoc_index_modules = True
|
|||||||
all_files = 1
|
all_files = 1
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
|
|
||||||
|
[wheel]
|
||||||
|
universal = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user