Hacker News new | ask | show | jobs
by maliker 655 days ago
Please god, let uv be the final tweak of the python requirements best practices. I can't handle another easy_install -> requirements.txt/pip -> pyproject.toml. It will break me.
1 comments

along with setup.py -> setup.cfg -> pyproject.toml.

And distutils -> setuptools.

I still haven't figured out how to migrate away from "python setup.py sdist".