From 71a6b1e969c2386bd2ece3ebfc3e1caf1f5f56c0 Mon Sep 17 00:00:00 2001 From: shuningc Date: Fri, 31 Jul 2026 13:51:30 -0700 Subject: [PATCH] chore(metadata): add Python classifiers and root README license badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PyPI pyversions badges require Programming Language classifiers; add 3.11–3.14 to splunk-ao, splunk-ao-adk, and splunk-ao-a2a so badges render correctly after the next patch release. Co-authored-by: Cursor --- README.md | 3 +++ pyproject.toml | 6 ++++++ splunk-ao-a2a/pyproject.toml | 1 + splunk-ao-adk/pyproject.toml | 1 + 4 files changed, 11 insertions(+) diff --git a/README.md b/README.md index f1661bea..56b09e88 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![PyPI][pypi-badge]][pypi-url] [![Python Version][python-badge]][python-url] +[![License][license-badge]][license-url] @@ -13,6 +14,8 @@ [pypi-url]: https://pypi.org/project/splunk-ao/ [python-badge]: https://img.shields.io/pypi/pyversions/splunk-ao.svg [python-url]: https://www.python.org/downloads/ +[license-badge]: https://img.shields.io/pypi/l/splunk-ao.svg +[license-url]: https://github.com/splunk/splunk-ao-python/blob/main/LICENSE ## Getting Started diff --git a/pyproject.toml b/pyproject.toml index 9a30ec7b..6c26a19f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,12 @@ dynamic = ["dependencies"] license = "Apache-2.0" classifiers = [ "Development Status :: 4 - Beta", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] [project.urls] diff --git a/splunk-ao-a2a/pyproject.toml b/splunk-ao-a2a/pyproject.toml index 4f9bed12..d6b8ed7b 100644 --- a/splunk-ao-a2a/pyproject.toml +++ b/splunk-ao-a2a/pyproject.toml @@ -12,6 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "splunk-ao>=0.1.0,<1.0.0", diff --git a/splunk-ao-adk/pyproject.toml b/splunk-ao-adk/pyproject.toml index 1b597ef9..f3b0ee56 100644 --- a/splunk-ao-adk/pyproject.toml +++ b/splunk-ao-adk/pyproject.toml @@ -12,6 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "splunk-ao>=0.1.0,<1.0.0",