Add chardet 3.0.4

This commit is contained in:
JonnyWong16 2017-12-26 15:58:23 -08:00
parent ffcb1144b6
commit 1564cdf55e
41 changed files with 6721 additions and 0 deletions

9
lib/chardet/version.py Normal file
View file

@ -0,0 +1,9 @@
"""
This module exists only to simplify retrieving the version number of chardet
from within setup.py and from chardet subpackages.
:author: Dan Blanchard (dan.blanchard@gmail.com)
"""
__version__ = "3.0.4"
VERSION = __version__.split('.')