Merging upstream version 2.4.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
01e58c1350
commit
b186481393
2 changed files with 2 additions and 1 deletions
|
@ -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'},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue