From e875c3fc7da39546384d4fa8c3f8753086e0a4fc Mon Sep 17 00:00:00 2001 From: codebynikhil Date: Sun, 21 Dec 2025 10:53:49 +0530 Subject: [PATCH] Fix duplicated pyproject.toml and align Python and license metadata --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21068cfe..e2dd7057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,8 @@ name = "pandaharvester" dynamic = ["version"] description = "Harvester Package" readme = "README.md" -license = {text = "Apache-2.0"} +license = {file = "LICENSE"} +requires-python = ">=3.8" authors = [ { name = "PanDA Team", email = "panda-support@cern.ch" }, ]