However, python setup.py and the use of setup.py as a command line tool are deprecated.
This means that commands such as the following MUST NOT be run anymore:
https://packaging.python.org/en/latest/discussions/setup-py-deprecated/
We have this kind of usage here:
|
%PYTHON% setup.py install --single-version-externally-managed --record record.txt |
https://packaging.python.org/en/latest/discussions/setup-py-deprecated/
We have this kind of usage here:
MSS/localbuild/bld.bat
Line 8 in 3e0f74c