click-app
click-app copied to clipboard
Cookiecutter template for creating new Click command-line tools
The [pyproject.toml specification](https://packaging.python.org/en/latest/specifications/pyproject-toml/#entry-points) says: > Build back-ends MUST raise an error if the metadata defines a [project.entry-points.console_scripts] or [project.entry-points.gui_scripts] table, as they would be ambiguous in the face of [project.scripts]...
Replace cool with tool
Updating the license line in pyproject.toml to reference the LICENSE file. GitHub actions was complaining about the original line. Error shown (selected relevant line): ``` configuration error: `project.license` must be...
E.g., changing the build system to hatch, and some other small uv-isms.