We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8552142 commit ed733faCopy full SHA for ed733fa
setup.py
@@ -33,5 +33,16 @@
33
include_package_data=True,
34
install_requires=[
35
"requests"
36
- ]
+ ],
37
+ classifiers=(
38
+ 'Development Status :: 5 - Production/Stable',
39
+ 'Intended Audience :: Developers',
40
+ 'Natural Language :: English',
41
+ 'License :: OSI Approved :: MIT License',
42
+ 'Programming Language :: Python',
43
+ 'Programming Language :: Python :: 2.6',
44
+ 'Programming Language :: Python :: 2.7',
45
+ 'Programming Language :: Python :: 3.3',
46
+ 'Programming Language :: Python :: 3.4'
47
+ ),
48
)
0 commit comments