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.
1 parent b909b48 commit d7c9e4cCopy full SHA for d7c9e4c
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