From d9de40d886f41588e51820d44e8c51ec3bde4737 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Mar 2025 08:21:18 +0100 Subject: [PATCH] Merging upstream version 2.6.9. Signed-off-by: Daniel Baumann --- identify/interpreters.py | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/identify/interpreters.py b/identify/interpreters.py index 8b1bcc1..3022e00 100644 --- a/identify/interpreters.py +++ b/identify/interpreters.py @@ -21,6 +21,5 @@ INTERPRETERS = { 'ruby': {'ruby'}, 'sh': {'shell', 'sh'}, 'tcsh': {'shell', 'tcsh'}, - 'uv': {'python'}, 'zsh': {'shell', 'zsh'}, } diff --git a/setup.cfg b/setup.cfg index 2791d3c..1ccb082 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.6.8 +version = 2.6.9 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown