Skip to content

Commit 1ad35a8

Browse files
setup
1 parent 16c46d2 commit 1ad35a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def read(file_name):
7575

7676
setup_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",

0 commit comments

Comments
 (0)