azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

Convert package assembly to `python -m build` from `python setup.py sdist/bdist_wheel`

Open scbedd opened this issue 3 years ago • 0 comments

python -m build docs.

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.

scbedd avatar Sep 24 '22 00:09 scbedd