Reduce duplication between pyproject.toml and setup.py
anjakefala opened this issue · 1 comments
anjakefala commented
Since it seems like
poetry
cannot get what it needs from a standardsetup.py
, I will try to adapt and see if I can de-duplicate and put as much as we need intopyproject.toml
.
(As an example of something I need, I really like installing in-development projects in an editable state, and it seems like to do that we need both pyproject.toml and setup.py? https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for.)
Originally posted by @anjakefala in #4 (comment)
anjakefala commented
poetry export --without-hashes --format=requirements.txt > requirements.txt