Add project files.
This commit is contained in:
commit
eeda32a9b2
1735 changed files with 700598 additions and 0 deletions
9
env/Lib/site-packages/pip/_vendor/chardet/version.py
vendored
Normal file
9
env/Lib/site-packages/pip/_vendor/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