From d845a98d58d7532776691aab8c6d48abeed97383 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 13 Feb 2025 05:27:11 +0100 Subject: [PATCH] Adding upstream version 2.5.18. Signed-off-by: Daniel Baumann --- identify/extensions.py | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index 1c46e46..6addba6 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -148,6 +148,7 @@ EXTENSIONS = { 'modulemap': {'text', 'modulemap'}, 'mscx': {'text', 'xml', 'musescore'}, 'mscz': {'binary', 'zip', 'musescore'}, + 'mustache': {'text', 'mustache'}, 'myst': {'text', 'myst'}, 'ngdoc': {'text', 'ngdoc'}, 'nim': {'text', 'nim'}, diff --git a/setup.cfg b/setup.cfg index 6893562..ae67a1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.17 +version = 2.5.18 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown