summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-04-28 05:30:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-04-28 05:30:02 +0000
commita62bd2460b6753ee76627c53aafbf8e3f7853647 (patch)
tree4592f632e327097208f89b533f68b5f4a556d5ba
parentReleasing debian version 1.4.14-1. (diff)
downloadidentify-a62bd2460b6753ee76627c53aafbf8e3f7853647.tar.xz
identify-a62bd2460b6753ee76627c53aafbf8e3f7853647.zip
Merging upstream version 1.4.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 578b4c1..cd4db92 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -88,6 +88,8 @@ EXTENSIONS = {
'md': {'text', 'markdown'},
'mib': {'text', 'mib'},
'mk': {'text', 'makefile'},
+ 'ml': {'text', 'ocaml'},
+ 'mli': {'text', 'ocaml'},
'mm': {'text', 'c++', 'objective-c++'},
'modulemap': {'text', 'modulemap'},
'ngdoc': {'text', 'ngdoc'},
diff --git a/setup.cfg b/setup.cfg
index 805c4be..cffd029 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 1.4.14
+version = 1.4.15
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown