fix email addr
This commit is contained in:
parent
1f76b56b0c
commit
09f90f584f
1 changed files with 1 additions and 9 deletions
10
setup.py
10
setup.py
|
@ -22,14 +22,6 @@ except ImportError:
|
||||||
have_cython = False
|
have_cython = False
|
||||||
from distutils.command.build_ext import build_ext
|
from distutils.command.build_ext import build_ext
|
||||||
|
|
||||||
try:
|
|
||||||
import pypissh
|
|
||||||
except ImportError:
|
|
||||||
# non-developer
|
|
||||||
pass
|
|
||||||
else:
|
|
||||||
pypissh.monkeypatch()
|
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
||||||
src_dir = 'src'
|
src_dir = 'src'
|
||||||
|
@ -70,7 +62,7 @@ cchardet_module = Extension(
|
||||||
setup(
|
setup(
|
||||||
name='cchardet',
|
name='cchardet',
|
||||||
author='PyYoshi',
|
author='PyYoshi',
|
||||||
author_email='myoshi321go_at_gmail_dot_com',
|
author_email='myoshi321go@gmail.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.
|
||||||
|
|
Loading…
Reference in a new issue