summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:30:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:30:03 +0000
commit2191817f13661b78e4ef704d2bdf5908425cdc11 (patch)
tree3c1f10038a1a5fbbf5c1d6ca2567185b398bbac9
parentAdding upstream version 2.5.34. (diff)
downloadidentify-upstream.tar.xz
identify-upstream.zip
Adding upstream version 2.5.35.upstream/2.5.35upstream
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 417650f..12a3343 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -151,6 +151,7 @@ EXTENSIONS = {
'md': {'text', 'markdown'},
'mdx': {'text', 'mdx'},
'meson': {'text', 'meson'},
+ 'metal': {'text', 'metal'},
'mib': {'text', 'mib'},
'mjs': {'text', 'javascript'},
'mk': {'text', 'makefile'},
diff --git a/setup.cfg b/setup.cfg
index 9ea3f9f..4e2ac59 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.34
+version = 2.5.35
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown