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 buidling via a PEP517-style pyproject.toml file:
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 buidling via a PEP517-stylepyproject.toml
file:https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
Otherwise, I'm myself partial to
flit
.Cheers,