File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def read(file_name):
7575
7676setup_dict = dict (
7777 name = 'CodeReview' ,
78- version = '0.1.0 ' ,
78+ version = '0.1.1 ' ,
7979 author = 'Fabrice Salvaire' ,
8080 author_email = 'fabrice.salvaire@orange.fr' ,
8181 description = 'CodeReview is a Python 3 / Qt5 GUI to perform code review on files and Git repositories.' ,
@@ -110,7 +110,7 @@ def read(file_name):
110110 # cf. http://pypi.python.org/pypi?%3Aaction=list_classifiers
111111 classifiers = [
112112 "Topic :: Software Development :: Version Control" ,
113- "Intended Audience :: Education " ,
113+ "Intended Audience :: Developers " ,
114114 "Development Status :: 5 - Production/Stable" ,
115115 "License :: OSI Approved :: GNU General Public License (GPL)" ,
116116 "Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments