Skip to content

Commit e417818

Browse files
committed
Merge pull request #189 from joestump/revert-188-feature/classifiers
Revert "Add Classifiers to Setup.py"
2 parents 0dcd088 + b15f785 commit e417818

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

setup.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,4 @@
3737
keywords="oauth",
3838
zip_safe = True,
3939
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-
])
40+
tests_require=['coverage', 'mock'])

0 commit comments

Comments
 (0)