diff --git a/README.md b/README.md index f1661be..56b09e8 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 9a30ec7..6c26a19 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 4f9bed1..d6b8ed7 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 1b597ef..f3b0ee5 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",