We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f5221 commit f632604Copy full SHA for f632604
1 file changed
setup.py
@@ -25,4 +25,11 @@ def getRequires():
25
description='SendGrid library for Python',
26
long_description=open('./README.rst').read(),
27
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
+ ]
35
)
0 commit comments