summaryrefslogtreecommitdiff
path: root/game/python-extra/chardet/version.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-09 13:32:01 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-09 13:32:01 -0300
commit63afe4145f410a844c647d4e3f1059f568175c1e (patch)
tree15da6a890c78d73370f44f9fd5d59badfbbe60e4 /game/python-extra/chardet/version.py
downloadclient-init.tar.gz
client-init.tar.bz2
client-init.tar.xz
client-init.zip
Initial commit, forked from Spheresinit
Diffstat (limited to 'game/python-extra/chardet/version.py')
-rw-r--r--game/python-extra/chardet/version.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/game/python-extra/chardet/version.py b/game/python-extra/chardet/version.py
new file mode 100644
index 0000000..bb2a34a
--- /dev/null
+++ b/game/python-extra/chardet/version.py
@@ -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('.')