diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-04-28 05:29:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-04-28 05:29:56 +0000 |
commit | 092af470cec938eb157d7cfdbea13bc9ebd2a2c6 (patch) | |
tree | 0c6d7f9ba4e643dbdbae091c5ec25f9b3b6f9b1e | |
parent | Adding upstream version 1.4.14. (diff) | |
download | identify-092af470cec938eb157d7cfdbea13bc9ebd2a2c6.tar.xz identify-092af470cec938eb157d7cfdbea13bc9ebd2a2c6.zip |
Adding upstream version 1.4.15.upstream/1.4.15
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |