Skip to content

Commit ba2bda9

Browse files
committed
adding classifiers to setup.py
1 parent 92ca92a commit ba2bda9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@
2121
license = "LGPL",
2222
keywords = "pytest qt test unittest",
2323
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+
]
2430
)

0 commit comments

Comments
 (0)