Closed Alexhuszagh closed 2 months ago
Python has almost entirely moved off of setup.py in favor of better dependency management via pypyoject.toml, and the documentation should reflect this.
setup.py
pypyoject.toml
This is related to #87.
This is no longer relevant as of #89.
Description
Python has almost entirely moved off of
setup.py
in favor of better dependency management viapypyoject.toml
, and the documentation should reflect this.