From ef93c7c72eba8ea89f989771e13575ed4ecd21be Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 5 Jan 2026 15:04:32 +0000 Subject: [PATCH] Add typing classifier This is parsed by PyPI. Signed-off-by: Stephen Finucane Change-Id: I03bcce66ca2f017e8a03b6c845df33b8e7e6d166 --- pyproject.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 835cf9a..b13993d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,17 +13,18 @@ license = {text = "Apache-2.0"} dynamic = ["version", "dependencies"] requires-python = ">=3.10" classifiers = [ - "Development Status :: 5 - Production/Stable", - "Environment :: Console", - "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", - "Operating System :: POSIX :: Linux", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", - "Programming Language :: Python :: 3.13", + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Operating System :: POSIX :: Linux", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Typing :: Typed" ] [project.urls]