Skip to content

Commit

Permalink
BUG: Fix classifiers for pywrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jun 20, 2023
1 parent bac7409 commit d08a654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywrapper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d08a654

Please sign in to comment.