mirror of https://github.com/astral-sh/uv
Note that main.py used to be hello.py (#11519)
Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
36b4fd2d2d
commit
fbe9e33b8d
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue