My `pyproject.toml` has the below configuration, ``` [project] name = "my-awesome-project" ``` How can I programatically get the project name within my code without reading the `pyproject.toml` myself? ## Details: - I'm using `hatch 1.14.0` with python `3.12.10`