This commit is contained in:
PyYoshi 2012-06-26 09:55:03 +09:00
parent cf82f75bb3
commit dbf1b9c316

View file

@ -52,7 +52,7 @@ uchardet_sources = [
"ext/libcharsetdetect/mozilla/extensions/universalchardet/src/base/nsSJISProber.cpp", "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/nsUniversalDetector.cpp",
"ext/libcharsetdetect/mozilla/extensions/universalchardet/src/base/nsUTF8Prober.cpp", "ext/libcharsetdetect/mozilla/extensions/universalchardet/src/base/nsUTF8Prober.cpp",
] ]
macros = [] macros = []
if platform.system() == "Windows": if platform.system() == "Windows":
@ -75,12 +75,12 @@ This library is faster than chardet.
""", """,
version = '0.1', version = '0.1',
classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers
'Development Status :: 1 - Planning', 'Development Status :: 1 - Planning',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Cython', 'Programming Language :: Cython',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries',
], ],
keywords = [ keywords = [
'cython', 'cython',
'chardet', 'chardet',