Add typing classifier

This is parsed by PyPI.

Change-Id: I69d0458d6944952df8fd7d12b2325f0852332366
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2026-01-05 15:06:48 +00:00
parent 83ea084758
commit feba9b91ae

View File

@@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
]
[project.urls]