Note that main.py used to be hello.py (#11519)

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Aria Desires 2025-02-14 16:59:25 -05:00 committed by GitHub
parent 36b4fd2d2d
commit fbe9e33b8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,10 @@ example-app
└── pyproject.toml
```
!!! note
Prior to v0.6.0, uv created a file named `hello.py` instead of `main.py`.
The `pyproject.toml` includes basic metadata. It does not include a build system, it is not a
[package](./config.md#project-packaging) and will not be installed into the environment: