Skip to content

Commit f51fa87

Browse files
committed
setup.py: add some more classifiers
1 parent 50d3a35 commit f51fa87

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
classifiers=[
3636
"License :: OSI Approved"
3737
" :: GNU General Public License v2 or later (GPLv2+)",
38-
"Intended Audience :: End Users/Desktop",
3938
"Development Status :: 5 - Production/Stable",
39+
"Intended Audience :: Developers",
40+
"Intended Audience :: End Users/Desktop",
41+
"Topic :: Software Development :: Version Control",
42+
"Topic :: Software Development :: Version Control :: Git",
43+
"Topic :: Utilities",
44+
"Environment :: Console",
4045
],
4146
)

0 commit comments

Comments
 (0)