From 09824c1d4210082021715fb5b9aaec94b76b5739 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 30 Jul 2024 14:45:22 -0400 Subject: [PATCH] Fix classifier typo Signed-off-by: Alex Nelson --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c540589..5b7ce52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" repository = "https://github.com/casework/CASE-Mapping-Python" classifiers = [ "Development Status :: 3 - Alpha", - "Enviroment :: Console", + "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3",