Skip to content

Commit 1b2bc39

Browse files
author
BoboTiG
committed
Add production status
1 parent cf42862 commit 1b2bc39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
description='A cross-platform multi-screen shot module in pure python using ctypes',
2020
long_description=open('README.rst').read(),
2121
classifiers=[
22-
'Programming Language :: Python',
22+
'Development Status :: 5 - Production/Stable',
2323
'Intended Audience :: Developers',
2424
'Intended Audience :: Information Technology',
2525
'License :: OSI Approved :: zlib/libpng License',
2626
'Natural Language :: English',
27+
'Programming Language :: Python',
2728
'Programming Language :: Python :: 2.6',
2829
'Programming Language :: Python :: 2.7',
2930
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)