|
22 | 22 | 'Intended Audience :: Science/Research',
|
23 | 23 | 'Intended Audience :: System Administrators',
|
24 | 24 | 'Intended Audience :: Telecommunications Industry',
|
| 25 | + 'License :: OSI Approved :: MIT License', |
25 | 26 | 'Natural Language :: English',
|
26 |
| - 'Natural Language :: French', |
27 | 27 | 'Operating System :: MacOS',
|
28 | 28 | 'Operating System :: MacOS :: MacOS X',
|
29 | 29 | 'Operating System :: Microsoft',
|
30 | 30 | 'Operating System :: Microsoft :: Windows',
|
31 |
| - 'Operating System :: Microsoft :: Windows :: Windows 7', |
32 |
| - 'Operating System :: Microsoft :: Windows :: Windows Vista', |
33 |
| - 'Operating System :: Microsoft :: Windows :: Windows XP', |
34 | 31 | 'Operating System :: OS Independent',
|
35 | 32 | 'Operating System :: POSIX :: Linux',
|
36 |
| - 'Programming Language :: C', |
37 | 33 | 'Programming Language :: Python',
|
38 | 34 | 'Programming Language :: Python :: 2',
|
39 |
| - 'Programming Language :: Python :: 2.6', |
40 | 35 | 'Programming Language :: Python :: 2.7',
|
41 | 36 | 'Programming Language :: Python :: 3',
|
42 |
| - 'Programming Language :: Python :: 3.0', |
43 |
| - 'Programming Language :: Python :: 3.1', |
44 |
| - 'Programming Language :: Python :: 3.2', |
45 | 37 | 'Programming Language :: Python :: 3.3',
|
46 | 38 | 'Programming Language :: Python :: 3.4',
|
47 | 39 | 'Programming Language :: Python :: 3.5',
|
48 |
| - 'Topic :: Games/Entertainment', |
49 |
| - 'Topic :: Desktop Environment', |
50 |
| - 'Topic :: Multimedia :: Graphics :: Capture', |
51 |
| - 'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture', |
52 |
| - 'Topic :: Office/Business', |
53 |
| - 'Topic :: Other/Nonlisted Topic', |
54 |
| - 'Topic :: Scientific/Engineering', |
55 |
| - 'Topic :: Software Development', |
56 |
| - 'Topic :: Software Development :: Libraries', |
57 |
| - 'Topic :: Software Development :: Libraries :: Python Modules', |
58 |
| - 'Topic :: System', |
59 |
| - 'Topic :: System :: Monitoring', |
60 |
| - 'Topic :: Utilities' |
| 40 | + 'Programming Language :: Python :: 3.6', |
| 41 | + 'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture' |
61 | 42 | ]
|
62 | 43 | config = {
|
63 | 44 | 'name': 'mss',
|
|
0 commit comments