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: