We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d3774d + d7c9e4c commit 0dcd088Copy full SHA for 0dcd088
setup.py
@@ -37,4 +37,12 @@
37
keywords="oauth",
38
zip_safe = True,
39
test_suite="tests",
40
- tests_require=['coverage', 'mock'])
+ tests_require=['coverage', 'mock'],
41
+ classifiers=[
42
+ 'Programming Language :: Python :: 2.6',
43
+ 'Programming Language :: Python :: 2.7',
44
+ 'Programming Language :: Python :: 2 :: Only',
45
+ 'License :: OSI Approved :: MIT License',
46
+ 'Natural Language :: English',
47
+ 'Development Status :: 5 - Production/Stable'
48
+ ])
0 commit comments