From 28228beccdcf4439020460bfa0b8c26a7c45bdaa Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 17 Mar 2025 21:03:55 +0100 Subject: [PATCH] pyproject.toml: remove invalid license This license field was added without any of the earlier contributors consent on accident. It is not valid --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0de40ff..e45113f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]