From d08a654d43a3cfd2deb623b199285490ae16171d Mon Sep 17 00:00:00 2001 From: Milan Skocic Date: Tue, 20 Jun 2023 06:02:55 +0200 Subject: [PATCH] BUG: Fix classifiers for pywrapper. --- pywrapper/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywrapper/setup.py b/pywrapper/setup.py index 15ab589..4194ded 100644 --- a/pywrapper/setup.py +++ b/pywrapper/setup.py @@ -51,7 +51,7 @@ package_data={"pyiapws": ["libiapws.*"]}, python_requires='>=3.8', install_requires=pathlib.Path("requirements.txt").read_text(encoding="utf-8").split('\n'), - classifiers=["Development Status :: 5 - Stable", + classifiers=["Development Status :: 5 - Prodcution/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"], ext_modules=[mod_ext]