|
21 | 21 | long_description=open('README.rst').read(), |
22 | 22 | classifiers=[ |
23 | 23 | 'Development Status :: 5 - Production/Stable', |
| 24 | + 'Environment :: MacOS X', |
| 25 | + 'Environment :: Win32 (MS Windows)', |
| 26 | + 'Environment :: X11 Applications', |
24 | 27 | 'Intended Audience :: Developers', |
25 | 28 | 'Intended Audience :: Information Technology', |
| 29 | + 'Intended Audience :: Other Audience', |
26 | 30 | 'License :: OSI Approved :: zlib/libpng License', |
27 | 31 | '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', |
28 | 41 | 'Programming Language :: Python', |
29 | 42 | 'Programming Language :: Python :: 2', |
30 | 43 | 'Programming Language :: Python :: 2.6', |
|
36 | 49 | 'Programming Language :: Python :: 3.3', |
37 | 50 | 'Programming Language :: Python :: 3.4', |
38 | 51 | 'Programming Language :: Python :: 3.5', |
| 52 | + 'Topic :: Multimedia :: Graphics :: Capture', |
39 | 53 | 'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture', |
| 54 | + 'Topic :: Software Development :: Libraries :: Python Modules' |
40 | 55 | ], |
41 | 56 | url='https://github.com/BoboTiG/python-mss' |
42 | 57 | ) |
|
0 commit comments