Skip to content
Snippets Groups Projects
Commit d697d483 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Fix project.license field

Should be table according to https://peps.python.org/pep-0621/#license
parent 8e631727
No related branches found
No related tags found
1 merge request!77Fix project.license field
......@@ -11,7 +11,7 @@ dynamic = [
]
description = "Utility package of the Quantum Technology group of RWTH Aachen"
readme = "README.md"
license = "GPL-3.0"
license = { text = "GPL-3.0"}
requires-python = ">= 3.8"
authors = [
{ name = "Quantum Technology Group, RWTH Aachen University" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment