version 1.0.0

http://semver.org/spec/v2.0.0.html
This commit is contained in:
PyYoshi 2015-09-07 17:38:37 +09:00
parent 82fdab1281
commit 1ffadc6393

View file

@ -67,17 +67,15 @@ cchardet_module = Extension("cchardet._cchardet",
setup( setup(
name = 'cchardet', name = 'cchardet',
author = 'PyYoshi', author = 'PyYoshi',
author_email = 'yohihiro_dot_m_at_gmail_dot_com', author_email = 'myoshi321go_at_gmail_dot_com',
url = r"https://github.com/PyYoshi/cChardet", url = r"https://github.com/PyYoshi/cChardet",
description = 'Universal encoding detector. This library is faster than chardet.', description = 'Universal encoding detector. This library is faster than chardet.',
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.5', version = '1.0.0',
license = 'MIT License', license = 'MIT License',
classifiers = [ classifiers = [
# http://pypi.python.org/pypi?:action=list_classifiers
'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',