mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue