Skip to content

Commit

Permalink
fix: Invalid licence attribute in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 17, 2023
1 parent feef643 commit 4aa3b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand All @@ -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"
Expand Down

0 comments on commit 4aa3b9d

Please sign in to comment.