mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I8c8565f55e7a3434e1a1972a797a6cd7dba8a581
This commit is contained in:
parent
c946192e37
commit
5444641292
1 changed files with 3 additions and 0 deletions
|
|
@ -278,3 +278,6 @@ all_files = 1
|
|||
|
||||
[upload_sphinx]
|
||||
upload-dir = doc/build/html
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue