summaryrefslogtreecommitdiff
path: root/game/python-extra/chardet/version.py
diff options
context:
space:
mode:
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('.')