setup.py (legacy) - pip documentation v21.3.1
pip.pypa.io › reference › build-systemsetup.py (legacy)¶ Prior to the introduction of pyproject.toml-based builds (in PEP 517 and PEP 518), pip had only supported installing packages using setup.py files that were built using setuptools. The interface documented here is retained currently solely for legacy purposes, until the migration to pyproject.toml-based builds can be completed.
setup-py-upgrade · PyPI
https://pypi.org/project/setup-py-upgrade08.10.2020 · setup-py-upgrade. upgrade a setup.py to declarative metadata. installation. pip install setup-py-upgrade. cli. Consult the help for the latest usage: $ setup-py-upgrade --help usage: setup-py-upgrade [-h] directory positional arguments: directory optional arguments:-h, --help show this help message and exit pass the root directory of the repository you'd like to …