Skip to content

Commit

Permalink
Fix invalid classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Jun 8, 2021
1 parent d2674a0 commit 8728d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
install_requires=["pytest"],
extras_require={"testing": tests_require},
classifiers=[
"Development Status :: 4 - Beta" "Intended Audience :: Developers",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 8728d94

Please sign in to comment.