From 9a6bfaecfa29e69a053c53ea1722468806d91540 Mon Sep 17 00:00:00 2001 From: Jrohy Date: Fri, 22 Mar 2019 01:23:38 +0800 Subject: [PATCH] Fix bug --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca466aae..a9e11802 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'Development Status :: 5 - Production/Stable', "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", - "Natural Language :: Chinese(Simplified)", + 'Natural Language :: Chinese (Simplified)', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',