From 9f91205964f50b8b6dafc5edc12dc6a6a232c986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Ren=C3=A9?= Date: Wed, 9 Aug 2023 21:01:14 +0200 Subject: [PATCH] [pyproject.toml] Fix classifier "Typing :: Typed" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52a0c3a..1630d85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", - "Topic :: Typed" + "Typing :: Typed" ] dependencies = [ "pydantic<2",