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 92ca92a commit ba2bda9Copy full SHA for ba2bda9
setup.py
@@ -21,4 +21,10 @@
21
license = "LGPL",
22
keywords = "pytest qt test unittest",
23
url = "http://github.com/nicoddemus/pytest-qt",
24
+ classifiers=[
25
+ 'Topic :: Software Development :: Testing',
26
+ 'Topic :: Software Development :: Quality Assurance',
27
+ 'Intended Audience :: Developers',
28
+ 'Operating System :: OS Independent',
29
+ ]
30
)
0 commit comments