mirror of
https://opendev.org/openstack/python-neutronclient.git
synced 2026-01-17 07:23:43 +00:00
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: I3dd06b63d2fdcce8961f87fe1d71be052cb0fdf0
This commit is contained in:
parent
24bd404ac5
commit
eef61d7dc5
1 changed files with 3 additions and 0 deletions
|
|
@ -34,3 +34,6 @@ console_scripts =
|
|||
all_files = 1
|
||||
build-dir = doc/build
|
||||
source-dir = doc/source
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue