Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7521d87

Browse files
committed
Update setup classifiers
1 parent a5c457d commit 7521d87

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- 3.3
55
- 3.4
66
- 3.5
7-
- 3.5-dev
87
- 3.6-dev
98
- nightly # currently points to 3.7-dev
109

setup.py

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,23 @@
2222
'Intended Audience :: Science/Research',
2323
'Intended Audience :: System Administrators',
2424
'Intended Audience :: Telecommunications Industry',
25+
'License :: OSI Approved :: MIT License',
2526
'Natural Language :: English',
26-
'Natural Language :: French',
2727
'Operating System :: MacOS',
2828
'Operating System :: MacOS :: MacOS X',
2929
'Operating System :: Microsoft',
3030
'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',
3431
'Operating System :: OS Independent',
3532
'Operating System :: POSIX :: Linux',
36-
'Programming Language :: C',
3733
'Programming Language :: Python',
3834
'Programming Language :: Python :: 2',
39-
'Programming Language :: Python :: 2.6',
4035
'Programming Language :: Python :: 2.7',
4136
'Programming Language :: Python :: 3',
42-
'Programming Language :: Python :: 3.0',
43-
'Programming Language :: Python :: 3.1',
44-
'Programming Language :: Python :: 3.2',
4537
'Programming Language :: Python :: 3.3',
4638
'Programming Language :: Python :: 3.4',
4739
'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'
6142
]
6243
config = {
6344
'name': 'mss',

0 commit comments

Comments
 (0)