From 4e406e2d616b2c8c74c7af4d40d59d30338e374f Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Mon, 28 Oct 2024 14:14:24 -0700 Subject: [PATCH] Update pyproject classifiers --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 69c39ca..cc7c347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,8 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: Implementation :: CPython", + "Natural Language :: English", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Software Development :: Libraries", "Typing :: Typed",