summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-11 05:56:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-03-11 05:56:52 +0000
commitf31153fdad358e12bd86aaf25b4bcb62858c1860 (patch)
tree99788ba74a1dc7f80d9fa8d93e8486661912fc8a
parentAdding upstream version 2.4.10. (diff)
downloadidentify-f31153fdad358e12bd86aaf25b4bcb62858c1860.tar.xz
identify-f31153fdad358e12bd86aaf25b4bcb62858c1860.zip
Adding upstream version 2.4.11.upstream/2.4.11
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 3cd1ab2..9016e6d 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -163,6 +163,7 @@ EXTENSIONS = {
'pyx': {'text', 'cython'},
'pyz': {'binary', 'pyz'},
'pyzw': {'binary', 'pyz'},
+ 'qml': {'text', 'qml'},
'r': {'text', 'r'},
'rake': {'text', 'ruby'},
'rb': {'text', 'ruby'},
diff --git a/setup.cfg b/setup.cfg
index 40bad04..8dfb766 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.4.10
+version = 2.4.11
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown