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" }, ]