Skip to content

Commit

Permalink
Adding Python classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeyes committed Mar 20, 2016
1 parent 193aba7 commit 26abaf0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
license="MIT License",
url="http://github.com/jkeyes/python-intercom",
keywords='Intercom crm python',
classifiers=[],
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
],
packages=find_packages(),
include_package_data=True,
install_requires=["requests", "inflection", "certifi", "six"],
Expand Down

0 comments on commit 26abaf0

Please sign in to comment.