From de921effcefce34c9d2b0ea0fb55ccd0f2d7af73 Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Mon, 8 Jun 2026 16:10:39 +1200 Subject: [PATCH] build: Fix typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ad1998..99ef0a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", - "Programming Lanugage :: Python :: 3.14", + "Programming Language :: Python :: 3.14", "Topic :: Text Processing", "Topic :: Text Processing :: Markup :: XML", ]