From 085250adac6067efafa42f39ea23029b291bdbe3 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 10:38:22 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b91eef0..590d7b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", + "Typing :: Typed", ] dynamic = [ "dependencies",] @@ -55,6 +56,7 @@ base-classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Natural Language :: English", + "Typing :: Typed", ] python-versions = [ "3.1", "3.8", "3.9", "3.11", "3.12", "3.13",] python-implementations = [ "CPython",]