init ver. 0.3.

This commit is contained in:
PyYoshi 2012-07-07 13:09:54 +09:00
parent 8588d1fd1e
commit ea7dab2b3d

View file

@ -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',