From 4aa3b9d3936410467a42114c956bfaa592f72156 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Fri, 17 Nov 2023 14:50:52 +0000 Subject: [PATCH] fix: Invalid licence attribute in pyproject --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20a35970..bec2c2b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ authors = [] # TODO maintainers = [] # TODO include = ["pyproject.toml"] license = "Apache-2.0" -license_file = "LICENCE" readme = "README.md" packages = [{ include = "tket2-py" }] @@ -33,7 +32,7 @@ description = "pytket extension for the tket 2 compiler" authors = [] # TODO classifiers = [] # TODO requires-python = ">=3.10" -license = "Apache-2.0" +license = { file = "LICENCE" } [project.urls] homepage = "https://github.com/CQCL/tket2"