summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-15 08:08:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-15 08:08:22 +0000
commitabe4cc25afde941a53d001a933790a0770ceab44 (patch)
treec7509e1475b67169a747b15efa6f87e4b6f8b463
parentAdding upstream version 2.5.17. (diff)
downloadidentify-abe4cc25afde941a53d001a933790a0770ceab44.tar.xz
identify-abe4cc25afde941a53d001a933790a0770ceab44.zip
Adding upstream version 2.5.18.upstream/2.5.18
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 1c46e46..6addba6 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -148,6 +148,7 @@ EXTENSIONS = {
'modulemap': {'text', 'modulemap'},
'mscx': {'text', 'xml', 'musescore'},
'mscz': {'binary', 'zip', 'musescore'},
+ 'mustache': {'text', 'mustache'},
'myst': {'text', 'myst'},
'ngdoc': {'text', 'ngdoc'},
'nim': {'text', 'nim'},
diff --git a/setup.cfg b/setup.cfg
index 6893562..ae67a1f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.17
+version = 2.5.18
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown