It makes `uv run <project-name>` work by default, I expect most projects to need an entry point.
Nah. I just put a regular `main.py` with some
if __name__ == "__main__": ...