Merging upstream version 1.4.21.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6963639852
commit
cc0292b7bf
2 changed files with 3 additions and 1 deletions
|
@ -68,6 +68,7 @@ EXTENSIONS = {
|
||||||
'idr': {'text', 'idris'},
|
'idr': {'text', 'idris'},
|
||||||
'inc': {'text', 'inc'},
|
'inc': {'text', 'inc'},
|
||||||
'ini': {'text', 'ini'},
|
'ini': {'text', 'ini'},
|
||||||
|
'ipynb': {'text', 'jupyter'},
|
||||||
'j2': {'text', 'jinja'},
|
'j2': {'text', 'jinja'},
|
||||||
'jade': {'text', 'jade'},
|
'jade': {'text', 'jade'},
|
||||||
'jar': {'binary', 'zip', 'jar'},
|
'jar': {'binary', 'zip', 'jar'},
|
||||||
|
@ -92,6 +93,7 @@ EXTENSIONS = {
|
||||||
'map': {'text', 'map'},
|
'map': {'text', 'map'},
|
||||||
'markdown': {'text', 'markdown'},
|
'markdown': {'text', 'markdown'},
|
||||||
'md': {'text', 'markdown'},
|
'md': {'text', 'markdown'},
|
||||||
|
'mdx': {'text', 'mdx'},
|
||||||
'mib': {'text', 'mib'},
|
'mib': {'text', 'mib'},
|
||||||
'mk': {'text', 'makefile'},
|
'mk': {'text', 'makefile'},
|
||||||
'ml': {'text', 'ocaml'},
|
'ml': {'text', 'ocaml'},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = identify
|
name = identify
|
||||||
version = 1.4.19
|
version = 1.4.21
|
||||||
description = File identification library for Python
|
description = File identification library for Python
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
Loading…
Add table
Reference in a new issue