Closed dhalbert closed 2 years ago
PEP517 and PEP518 create a new mechanism for installation that does not need a setup.py: https://snarky.ca/what-the-heck-is-pyproject-toml/
(but see minor caveat at the end about editable installs)
Related to #118.
FWIW, I've been liking flit with pyproject.toml. https://flit.readthedocs.io/en/latest/
flit
Resolved by #195
PEP517 and PEP518 create a new mechanism for installation that does not need a setup.py: https://snarky.ca/what-the-heck-is-pyproject-toml/
(but see minor caveat at the end about editable installs)
Related to #118.