From 88bee134e02cf76ff1ef085eb1cb9e56163fee66 Mon Sep 17 00:00:00 2001 From: YANG Xudong Date: Wed, 19 Apr 2017 14:24:26 +0900 Subject: [PATCH] Fix typo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa309b9..9da4ab3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def run_tests(self): long_description=open("README.rst").read(), classifiers=[ 'Development Status :: 3 - Alpha', - 'Operating System :: POSIX ', + 'Operating System :: POSIX', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6',