cxroots icon indicating copy to clipboard operation
cxroots copied to clipboard

Fix wheel build deprecation warnings

Open rparini opened this issue 3 years ago • 0 comments

The current method of building wheels is python setup.py sdist bdist_wheel but gives

/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.

and

/opt/hostedtoolcache/Python/3.10.6/x64/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.

rparini avatar Aug 10 '22 19:08 rparini