setup-cfg-fmt
setup-cfg-fmt copied to clipboard
Change `--min-py-version` behavior & always set `python_requires`
- Replace
--min-py3-version
with--min-py-version
- Change how the min version is determined; use
--min-py-version
as the source of truth if supplied, otherwise infer it - Always set
python_requires
Resolves #178