From dbf1b9c316e42b9afe37dd8a4366ac8fbc3061e9 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 26 Jun 2012 09:55:03 +0900 Subject: [PATCH] refresh --- setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 33894f6..1909332 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ uchardet_sources = [ "ext/libcharsetdetect/mozilla/extensions/universalchardet/src/base/nsSJISProber.cpp", "ext/libcharsetdetect/mozilla/extensions/universalchardet/src/base/nsUniversalDetector.cpp", "ext/libcharsetdetect/mozilla/extensions/universalchardet/src/base/nsUTF8Prober.cpp", -] + ] macros = [] if platform.system() == "Windows": @@ -75,12 +75,12 @@ This library is faster than chardet. """, version = '0.1', classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers - 'Development Status :: 1 - Planning', - 'License :: OSI Approved :: MIT License', - 'Programming Language :: Cython', - 'Programming Language :: Python', - 'Topic :: Software Development :: Libraries', - ], + 'Development Status :: 1 - Planning', + 'License :: OSI Approved :: MIT License', + 'Programming Language :: Cython', + 'Programming Language :: Python', + 'Topic :: Software Development :: Libraries', + ], keywords = [ 'cython', 'chardet',