Skip to content

Commit 0dcd088

Browse files
committed
Merge pull request #188 from CentricWebEstate/feature/classifiers
Add Classifiers to Setup.py
2 parents 8d3774d + d7c9e4c commit 0dcd088

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)