From 926845288b938a87fbe02010874156972c66ecd0 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Thu, 7 Mar 2024 14:32:33 -0500 Subject: [PATCH] Advertise type hints in classifiers As a way to see at a glance on PyPI.org whether the package has type hints. Refs: #420 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 096287b5..4cacfa7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", - "Topic :: Software Development :: Libraries" + "Topic :: Software Development :: Libraries", + "Typing :: Typed", ] include = [ {path = "tests", format = "sdist"},