diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-04-28 05:30:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-04-28 05:30:02 +0000 |
commit | a62bd2460b6753ee76627c53aafbf8e3f7853647 (patch) | |
tree | 4592f632e327097208f89b533f68b5f4a556d5ba | |
parent | Releasing debian version 1.4.14-1. (diff) | |
download | identify-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.py | 2 | ||||
-rw-r--r-- | setup.cfg | 2 |
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'}, @@ -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 |