From 8eb9d86ab8c12da7ecc5287ea95a9fa1a316bb05 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Thu, 7 Mar 2024 14:19:24 -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 #168 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 719eea0..434c4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,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"},