mirror of https://github.com/ansible/ansible.git
Raise min setuptools and remove wheel from build (#86040)
* Raise min setuptools for license specifier Raises the minimum setuptools version used for our build requirements to support the new license identifiers. This removes a deprecation warning emitted by setuptools and will avoid breaking the build when the old format is eventually removed. * Fix typos referencing PEP 639 in text The respective metadata docs are * https://packaging.python.org/en/latest/specifications/pyproject-toml/#license * https://packaging.python.org/en/latest/specifications/core-metadata/#license-expression --------- Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>pull/86063/head
parent
829373bfb9
commit
55e4ba224d
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- The minimum required ``setuptools`` version is now ``77.0.3``, as it is needed for the new PEP 639 license format
|
||||
Loading…
Reference in New Issue