From fe9837f97b04ae516418b230aa29684d620d408b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 13 Feb 2025 05:38:23 +0100 Subject: [PATCH] Merging upstream version 2.5.35. 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 417650f..12a3343 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -151,6 +151,7 @@ EXTENSIONS = { 'md': {'text', 'markdown'}, 'mdx': {'text', 'mdx'}, 'meson': {'text', 'meson'}, + 'metal': {'text', 'metal'}, 'mib': {'text', 'mib'}, 'mjs': {'text', 'javascript'}, 'mk': {'text', 'makefile'}, diff --git a/setup.cfg b/setup.cfg index 9ea3f9f..4e2ac59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.34 +version = 2.5.35 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown