From 092af470cec938eb157d7cfdbea13bc9ebd2a2c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 Apr 2020 07:29:56 +0200 Subject: Adding upstream version 1.4.15. Signed-off-by: Daniel Baumann --- identify/extensions.py | 2 ++ setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3