1
0
Fork 0

Merging upstream version 1.5.9.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-12 21:30:12 +01:00
parent 67fb38f523
commit 81c6c80f19
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 3 additions and 1 deletions

View file

@ -178,6 +178,7 @@ EXTENSIONS = {
'ts': {'text', 'ts'},
'tsx': {'text', 'tsx'},
'ttf': {'binary', 'ttf'},
'twig': {'text', 'twig'},
'txsprofile': {'text', 'ini', 'txsprofile'},
'txt': {'text', 'plain-text'},
'v': {'text', 'verilog'},
@ -256,6 +257,7 @@ NAMES = {
'PATENTS': EXTENSIONS['txt'],
'Pipfile': EXTENSIONS['toml'],
'Pipfile.lock': EXTENSIONS['json'],
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],
'setup.cfg': EXTENSIONS['ini'],

View file

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