version 0.3.4
This commit is contained in:
parent
7a0ac6ace7
commit
1b10a34418
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -73,7 +73,7 @@ setup(
|
||||||
long_description= """cChardet is high speed universal character encoding detector. - binding to charsetdetect.
|
long_description= """cChardet is high speed universal character encoding detector. - binding to charsetdetect.
|
||||||
This library is faster than chardet.
|
This library is faster than chardet.
|
||||||
""",
|
""",
|
||||||
version = '0.3.3',
|
version = '0.3.4',
|
||||||
license = 'MIT License',
|
license = 'MIT License',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
# http://pypi.python.org/pypi?:action=list_classifiers
|
# http://pypi.python.org/pypi?:action=list_classifiers
|
||||||
|
@ -96,4 +96,4 @@ This library is faster than chardet.
|
||||||
ext_modules = [
|
ext_modules = [
|
||||||
cchardet_module
|
cchardet_module
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue