pip 25.3 will remove legacy setup.py
develop mechanism for pip install --editable
and we want to be ready for this release.
Start updating our setup.py
files and move the configuration to a pyproject.toml
file.
Commit: [2575e1]
Commit: [68a0c2]
Commit: [6a0063]
Commit: [895a4e]
Commit: [9db3fd]
Commit: [d6efca]