We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d3a35 commit f51fa87Copy full SHA for f51fa87
setup.py
@@ -35,7 +35,12 @@
35
classifiers=[
36
"License :: OSI Approved"
37
" :: GNU General Public License v2 or later (GPLv2+)",
38
- "Intended Audience :: End Users/Desktop",
39
"Development Status :: 5 - Production/Stable",
+ "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",
45
],
46
)
0 commit comments