Skip to content

Commit

Permalink
Fix invalid classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bremme committed Feb 16, 2021
1 parent f35f112 commit 80b3cf3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ def read_long_description_from_readme():
"pytest", "pytest-cov", "flake8"
],
classifiers=[
"Development Status :: 5 - Production",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python :: 3.9",
"Python :: Implementation :: CPython"
"Programming Language :: Python :: 3.9"
],
)

0 comments on commit 80b3cf3

Please sign in to comment.