Closed danielnaumau closed 4 months ago
Also use "python -m build" instead of "python setup.py sdist bdist_wheel", as calling setup.py directly is deprecated. The "build" package needs to be installed first. https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#setup-py-deprecated
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/