help
This commit is contained in:
parent
f9a2e68c8b
commit
95d0201681
1552 changed files with 367539 additions and 2 deletions
9
env/Lib/site-packages/chardet/version.py
vendored
Normal file
9
env/Lib/site-packages/chardet/version.py
vendored
Normal 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__ = "4.0.0"
|
||||
VERSION = __version__.split('.')
|
||||
Loading…
Add table
Add a link
Reference in a new issue