Hello!
setup.py has been deprecated for a while now (although support hasn't yet bet removed). It would be nice if this project moved away from it before something actually breaks :)
If you want to stick with setuptools, newer versions do support building via a PEP-617-style pyproject.toml file:
You can see an example of a migration to pyproject.toml with setuptools that I did here: jaseg/python-mpv#241
Cheers,
Hello!
setup.pyhas been deprecated for a while now (although support hasn't yet bet removed). It would be nice if this project moved away from it before something actually breaks :)If you want to stick with
setuptools, newer versions do support building via a PEP-617-stylepyproject.tomlfile:You can see an example of a migration to
pyproject.tomlwith setuptools that I did here: jaseg/python-mpv#241Cheers,