We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dcd088 + b15f785 commit e417818Copy full SHA for e417818
setup.py
@@ -37,12 +37,4 @@
37
keywords="oauth",
38
zip_safe = True,
39
test_suite="tests",
40
- 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
- ])
+ tests_require=['coverage', 'mock'])
0 commit comments