pyproject.toml: remove invalid license

This license field was added without any of the earlier contributors
consent on accident. It is not valid
This commit is contained in:
Oystein Kristoffer Tveit 2025-03-17 21:03:55 +01:00
parent 8a6a0c12ba
commit 28228beccd
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -8,7 +8,6 @@ authors = []
description = "EDB-system for PVV"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "BSD-3-Clause"}
classifiers = [
"Programming Language :: Python :: 3",
]