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 cf42862 commit 1b2bc39Copy full SHA for 1b2bc39
setup.py
@@ -19,11 +19,12 @@
19
description='A cross-platform multi-screen shot module in pure python using ctypes',
20
long_description=open('README.rst').read(),
21
classifiers=[
22
- 'Programming Language :: Python',
+ 'Development Status :: 5 - Production/Stable',
23
'Intended Audience :: Developers',
24
'Intended Audience :: Information Technology',
25
'License :: OSI Approved :: zlib/libpng License',
26
'Natural Language :: English',
27
+ 'Programming Language :: Python',
28
'Programming Language :: Python :: 2.6',
29
'Programming Language :: Python :: 2.7',
30
'Programming Language :: Python :: 3',
0 commit comments