Open GustafB opened 1 year ago
Hoping that you guys can add support for pyproject.toml, since you only currently support setup.py install. This is deprecated in later pip versions and as of pip>=23.1 this behavior change is enforced or requires a --use-pep517 flag.
pyproject.toml
setup.py install
pip>=23.1
--use-pep517
Hoping that you guys can add support for
pyproject.toml
, since you only currently supportsetup.py install
. This is deprecated in later pip versions and as ofpip>=23.1
this behavior change is enforced or requires a--use-pep517
flag.