From 1ffadc639319815abc484620958f6a863022e98a Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 7 Sep 2015 17:38:37 +0900 Subject: [PATCH] version 1.0.0 http://semver.org/spec/v2.0.0.html --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a7c4c4d..2716e91 100644 --- a/setup.py +++ b/setup.py @@ -67,17 +67,15 @@ cchardet_module = Extension("cchardet._cchardet", setup( name = 'cchardet', 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", description = 'Universal encoding detector. This library is faster than chardet.', long_description= """cChardet is high speed universal character encoding detector. - binding to charsetdetect. This library is faster than chardet. """, - version = '0.3.5', + version = '1.0.0', license = 'MIT License', classifiers = [ - # http://pypi.python.org/pypi?:action=list_classifiers - 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', 'Programming Language :: Cython', 'Programming Language :: Python',