To facilitate the use of the project, scripts could be installed during the pip install process with script information in the pyproject.toml example: ```toml [project.scripts] my-cli-tool = "my_package.main:run_app" ```
To facilitate the use of the project, scripts could be installed during the pip install process with script information in the pyproject.toml
example: