Skip to content

Commit d1ac903

Browse files
author
BoboTiG
committed
Update informations about the module for pypi
1 parent 558b373 commit d1ac903

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

setup.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,23 @@
2121
long_description=open('README.rst').read(),
2222
classifiers=[
2323
'Development Status :: 5 - Production/Stable',
24+
'Environment :: MacOS X',
25+
'Environment :: Win32 (MS Windows)',
26+
'Environment :: X11 Applications',
2427
'Intended Audience :: Developers',
2528
'Intended Audience :: Information Technology',
29+
'Intended Audience :: Other Audience',
2630
'License :: OSI Approved :: zlib/libpng License',
2731
'Natural Language :: English',
32+
'Operating System :: MacOS',
33+
'Operating System :: MacOS :: MacOS X',
34+
'Operating System :: Microsoft',
35+
'Operating System :: Microsoft :: Windows',
36+
'Operating System :: Microsoft :: Windows :: Windows 7',
37+
'Operating System :: Microsoft :: Windows :: Windows Vista',
38+
'Operating System :: Microsoft :: Windows :: Windows XP',
39+
'Operating System :: OS Independent',
40+
'Operating System :: POSIX :: Linux',
2841
'Programming Language :: Python',
2942
'Programming Language :: Python :: 2',
3043
'Programming Language :: Python :: 2.6',
@@ -36,7 +49,9 @@
3649
'Programming Language :: Python :: 3.3',
3750
'Programming Language :: Python :: 3.4',
3851
'Programming Language :: Python :: 3.5',
52+
'Topic :: Multimedia :: Graphics :: Capture',
3953
'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture',
54+
'Topic :: Software Development :: Libraries :: Python Modules'
4055
],
4156
url='https://github.com/BoboTiG/python-mss'
4257
)

0 commit comments

Comments
 (0)