Skip to content

Commit 26abaf0

Browse files
committed
Adding Python classifiers.
1 parent 193aba7 commit 26abaf0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
license="MIT License",
2929
url="http://github.com/jkeyes/python-intercom",
3030
keywords='Intercom crm python',
31-
classifiers=[],
31+
classifiers=[
32+
'Programming Language :: Python :: 2',
33+
'Programming Language :: Python :: 2.7',
34+
'Programming Language :: Python :: 3',
35+
'Programming Language :: Python :: 3.4',
36+
],
3237
packages=find_packages(),
3338
include_package_data=True,
3439
install_requires=["requests", "inflection", "certifi", "six"],

0 commit comments

Comments
 (0)