Skip to content

Commit f632604

Browse files
committed
added classifiers to the setup.py
1 parent c2f5221 commit f632604

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,11 @@ def getRequires():
2525
description='SendGrid library for Python',
2626
long_description=open('./README.rst').read(),
2727
install_requires=getRequires(),
28+
classifiers=[
29+
'Programming Language :: Python :: 2.6',
30+
'Programming Language :: Python :: 2.7',
31+
'Programming Language :: Python :: 3.2',
32+
'Programming Language :: Python :: 3.3',
33+
'Programming Language :: Python :: 3.4'
34+
]
2835
)

0 commit comments

Comments
 (0)