init ver. 0.3.
This commit is contained in:
parent
8588d1fd1e
commit
ea7dab2b3d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -87,10 +87,10 @@ setup(
|
||||||
long_description= """This library is high speed universal character encoding detector. - binding to charsetdetect.
|
long_description= """This library is high speed universal character encoding detector. - binding to charsetdetect.
|
||||||
This library is faster than chardet.
|
This library is faster than chardet.
|
||||||
""",
|
""",
|
||||||
version = '0.2',
|
version = '0.3',
|
||||||
license = 'MIT License',
|
license = 'MIT License',
|
||||||
classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers
|
classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers
|
||||||
'Development Status :: 1 - Planning',
|
'Development Status :: 4 - Beta',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Programming Language :: Cython',
|
'Programming Language :: Cython',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
|
Loading…
Reference in a new issue