Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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