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'},
'pyz': {'binary', 'pyz'},
'pyzw': {'binary', 'pyz'},
'qml': {'text', 'qml'},
'r': {'text', 'r'},
'rake': {'text', 'ruby'},
'rb': {'text', 'ruby'},

View file

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