From 09f90f584faacd7413fc2b4ec2885d01c9ce06ad Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 15:18:10 +0900 Subject: [PATCH] fix email addr --- setup.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/setup.py b/setup.py index 99308ed..6e38dd8 100644 --- a/setup.py +++ b/setup.py @@ -22,14 +22,6 @@ except ImportError: have_cython = False from distutils.command.build_ext import build_ext -try: - import pypissh -except ImportError: - # non-developer - pass -else: - pypissh.monkeypatch() - DEBUG = False src_dir = 'src' @@ -70,7 +62,7 @@ cchardet_module = Extension( setup( name='cchardet', author='PyYoshi', - author_email='myoshi321go_at_gmail_dot_com', + author_email='myoshi321go@gmail.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.