1
0
Fork 0

Merging upstream version 1.4.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 20:53:46 +01:00
parent 5513ca33ba
commit 8076f65122
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 3 additions and 1 deletions

View file

@ -88,6 +88,8 @@ EXTENSIONS = {
'md': {'text', 'markdown'},
'mib': {'text', 'mib'},
'mk': {'text', 'makefile'},
'ml': {'text', 'ocaml'},
'mli': {'text', 'ocaml'},
'mm': {'text', 'c++', 'objective-c++'},
'modulemap': {'text', 'modulemap'},
'ngdoc': {'text', 'ngdoc'},

View file

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