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]