From 7d2966dc4e476a7a7e9d8363beab0cf46f8fec42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Tricas=20Garc=C3=ADa?= Date: Sat, 19 Apr 2025 19:26:11 +0200 Subject: [PATCH] Update pyproject.toml Updating the license line in pyproject.toml to reference the LICENSE file. GitHub actions was complaining about the original line. --- {{cookiecutter.hyphenated}}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.hyphenated}}/pyproject.toml b/{{cookiecutter.hyphenated}}/pyproject.toml index 1188219..7432667 100644 --- a/{{cookiecutter.hyphenated}}/pyproject.toml +++ b/{{cookiecutter.hyphenated}}/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1" description = "{{ cookiecutter.description or "" }}" readme = "README.md" authors = [{name = "{{ cookiecutter.author_name }}"}] -license = "Apache-2.0" +license = {file = "LICENSE"} requires-python = ">=3.8" classifiers = [] dependencies = [