Add typing classifier

This is parsed by PyPI.

Change-Id: I59e9e8a03ee27288d8879cf5e2198bb6163bbae0
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2026-01-05 14:59:53 +00:00
parent 080f50783f
commit 90ec982852

View File

@@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Typing :: Typed",
]
[project.urls]