Merging upstream version 2.4.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
369251b995
commit
1538a61717
2 changed files with 2 additions and 1 deletions
|
@ -312,6 +312,7 @@ NAMES = {
|
|||
'Pipfile': EXTENSIONS['toml'],
|
||||
'Pipfile.lock': EXTENSIONS['json'],
|
||||
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
|
||||
'poetry.lock': EXTENSIONS['toml'],
|
||||
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
|
||||
'README': EXTENSIONS['txt'],
|
||||
'Rakefile': EXTENSIONS['rb'],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.4.8
|
||||
version = 2.4.9
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
Loading…
Add table
Reference in a new issue