From 5a9d215ec3bcc4cfca2f1eeaae5711b5c2ca588d Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Mon, 16 Jan 2023 17:02:28 -0500 Subject: [PATCH] Fix typo in metadata classifiers --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2282dd7..0aaeb95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 - Programming Langauge :: Python :: 3.11 + Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries :: Python Modules