From fbe9e33b8d7cbfbe5b1e7a6b91917f10db29d6eb Mon Sep 17 00:00:00 2001 From: Aria Desires Date: Fri, 14 Feb 2025 16:59:25 -0500 Subject: [PATCH] Note that main.py used to be hello.py (#11519) Co-authored-by: Zanie Blue --- docs/concepts/projects/init.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index 5a91ff16f..14d7b6b46 100644 --- a/docs/concepts/projects/init.md +++ b/docs/concepts/projects/init.md @@ -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: