From f2cbb622e1b42c4a5eac6c233f2209d7da1f99f9 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:15:47 +0200 Subject: [PATCH] Update pyproject.toml with the license --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3d590dc..c7b0d4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "Generation of arch-styled parliamentary arches" readme = "README.rst" +license = {file = "LICENSE"} [project.urls] Repository = "https://github.com/Gouvernathor/parliamentarch"