Hacker News new | ask | show | jobs
by miguendes 1828 days ago
Poetry does create wheels without a setup.py. In fact, on my last job we got rid of all setup.py we had in favour o poetry.

It cannot replace all setup.py use cases, but for pure python packages it can replace it completely.

1 comments

I mean I miss that feature of Poetry when working with pip+venv.