Open anki-code opened 1 year ago
I use poetry for my pyproject.toml but I'm guessing this repo doesn't want to move to poetry? I'm not exactly sure how to use pyproject.toml w/ normal setuptools.
poetry
pyproject.toml
setuptools
Example - https://github.com/xonsh/xontrib-abbrevs/blob/main/pyproject.toml
I use
poetry
for mypyproject.toml
but I'm guessing this repo doesn't want to move topoetry
? I'm not exactly sure how to usepyproject.toml
w/ normalsetuptools
.