1
0
Fork 0

Merging upstream version 2.4.11.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:58:22 +01:00
parent 01e58c1350
commit b186481393
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 1 deletions

View file

@ -163,6 +163,7 @@ EXTENSIONS = {
'pyx': {'text', 'cython'}, 'pyx': {'text', 'cython'},
'pyz': {'binary', 'pyz'}, 'pyz': {'binary', 'pyz'},
'pyzw': {'binary', 'pyz'}, 'pyzw': {'binary', 'pyz'},
'qml': {'text', 'qml'},
'r': {'text', 'r'}, 'r': {'text', 'r'},
'rake': {'text', 'ruby'}, 'rake': {'text', 'ruby'},
'rb': {'text', 'ruby'}, 'rb': {'text', 'ruby'},

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = identify name = identify
version = 2.4.10 version = 2.4.11
description = File identification library for Python description = File identification library for Python
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown