flying_sheep@lemmy.mltoProgramming@programming.dev•Is Python's tooling incredibly difficult, or am I just stupid?
0·
8 days agoIt’s fixed, and the python version had nothing to do with it. Just use hatch
It’s fixed, and the python version had nothing to do with it. Just use hatch
No it’s not. E.g. nobody who starts a new project uses setup.py anymore
It’s not a standard, it’s built on standards.
You can also use Poetry (which recently grew standard metadata support) or plain
uv venv
if you want to do things manually but fast.