Skip to content

Commit

Permalink
Update Trove classifiers and add python_requires
Browse files Browse the repository at this point in the history
close #162
  • Loading branch information
hugovk authored and llimllib committed Oct 29, 2018
1 parent 59a865a commit 9527ec8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
include_package_data=True,
install_requires=required,
license='MIT',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand All @@ -45,6 +46,8 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: PyPy',
],
keywords="slack chatbot chat limbo",
Expand Down

0 comments on commit 9527ec8

Please sign in to comment.