We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a766225 commit aace94bCopy full SHA for aace94b
setup.py
@@ -49,11 +49,13 @@
49
'Programming Language :: Python :: 3.3',
50
'Programming Language :: Python :: 3.4',
51
'Programming Language :: Python :: 3.5',
52
+ 'Topic :: Desktop Environment',
53
'Topic :: Multimedia :: Graphics :: Capture',
54
'Topic :: Multimedia :: Graphics :: Capture :: Screen Capture',
- 'Topic :: Software Development'
55
- 'Topic :: Software Development :: Libraries'
56
- 'Topic :: Software Development :: Libraries :: Python Modules'
+ 'Topic :: Software Development',
+ 'Topic :: Software Development :: Libraries',
57
+ 'Topic :: Software Development :: Libraries :: Python Modules',
58
+ 'Topic :: Utilities'
59
],
60
url='https://github.com/BoboTiG/python-mss'
61
)
0 commit comments