From 0746c2340bc4318695e2749bda86d655973fe775 Mon Sep 17 00:00:00 2001 From: leo-desbureaux-tellae Date: Wed, 29 Nov 2023 16:41:07 +0100 Subject: [PATCH] fix: error in Python3 only classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4310f14..471f580 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "Intended Audience :: Developers", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: GIS", - "Python :: 3 :: Only ", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",