refresh
This commit is contained in:
parent
cf82f75bb3
commit
dbf1b9c316
1 changed files with 7 additions and 7 deletions
14
setup.py
14
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue