Skip to content

Commit

Permalink
Add classifier to setup.py [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 7, 2020
1 parent 854d12c commit 2890ddd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@
},
test_suite="tests",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
],
install_requires=["lark-parser", "docopt"],
)

0 comments on commit 2890ddd

Please sign in to comment.