From b4eed1b48230a886a7ebab04c26f709b90b4f4f3 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Tue, 27 May 2025 11:16:08 +0200 Subject: [PATCH 1/2] update license format for the tools packaging fixes #4789 --- tools/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index e45c6af1bea..7c99afd15a1 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -8,9 +8,10 @@ description = "Tools for managing OpenGrok instance" readme = "README.txt" dynamic = ["version"] requires-python = ">=3.9" +license = "CDDL-1.0" +license-files = ["LICEN[CS]E*"] classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: CDDL", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", From 5609f8a25303fdeba3f5d813a6ac305922326c37 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Tue, 27 May 2025 11:43:16 +0200 Subject: [PATCH 2/2] add Python 3.11 --- tools/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 7c99afd15a1..d47daa87cd0 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ] dependencies = [ 'jsonschema==2.6.0', # to avoid Rust