From 0d8a1bc7e526cd2d1fe863a36bee8de79286273f Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 25 Oct 2022 11:26:49 -0500 Subject: [PATCH] Fix classifier typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fa956a..302aedb 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ long_description_content_type='text/markdown', author='Adam Dybbroe, Martin Raspaud', author_email='martin.raspaud@smhi.se', - classifiers=["Development Status :: 5 - Producton/Stable", + classifiers=["Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent",