Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: Ieabefc1fc8c8fbcd8749c07ccabb1ff88e1a761e
This commit is contained in:
parent
fff04b37f1
commit
215a027d32
@ -35,3 +35,6 @@ all_files = 1
|
||||
|
||||
[upload_sphinx]
|
||||
upload-dir = doc/build/html
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user