Skip to content

Commit

Permalink
Fix misspelt PyPi classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
emreozcan committed Mar 20, 2021
1 parent 3a4035e commit 84da605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="tdk-py",
version="1.0.0",
version="1.0.0.post1",
author="Emre Özcan",
author_email="[email protected]",
description="Python API for the Turkish Language Foundation",
Expand All @@ -17,7 +17,7 @@
},
classifiers=[
# https://pypi.org/classifiers/
"Development Status:: 5 - Production / Stable",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Education",
Expand Down

0 comments on commit 84da605

Please sign in to comment.