azure-sdk-for-python
azure-sdk-for-python copied to clipboard
Convert package assembly to `python -m build` from `python setup.py sdist/bdist_wheel`
This is the future, as indicated by this deprecation warning.
c:\repo\sdk-for-python\venv\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
setuptools.SetuptoolsDeprecationWarning,
Should be fairly straightforward to swap, but we should do so sooner rather than later.