summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-19 14:20:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-19 14:20:43 +0000
commitc623592a688880d5f891e4dfb19446ad0338dddb (patch)
treeb6632cbf87038c97912b681b4115e7a9d07edeb1
parentAdding upstream version 1.4.25. (diff)
downloadidentify-c623592a688880d5f891e4dfb19446ad0338dddb.tar.xz
identify-c623592a688880d5f891e4dfb19446ad0338dddb.zip
Adding upstream version 1.4.28.upstream/1.4.28
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py4
-rw-r--r--setup.cfg2
2 files changed, 4 insertions, 2 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index e62000e..d79f5b4 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -45,6 +45,7 @@ EXTENSIONS = {
'eyaml': {'text', 'yaml'},
'feature': {'text', 'gherkin'},
'fish': {'text', 'fish'},
+ 'gd': {'text', 'gdscript'},
'gemspec': {'text', 'ruby'},
'gif': {'binary', 'image', 'gif'},
'go': {'text', 'go'},
@@ -70,6 +71,7 @@ EXTENSIONS = {
'idr': {'text', 'idris'},
'inc': {'text', 'inc'},
'ini': {'text', 'ini'},
+ 'inx': {'text', 'xml', 'inx'},
'ipynb': {'text', 'jupyter'},
'j2': {'text', 'jinja'},
'jade': {'text', 'jade'},
@@ -153,7 +155,7 @@ EXTENSIONS = {
'styl': {'text', 'stylus'},
'sql': {'text', 'sql'},
'sv': {'text', 'system-verilog'},
- 'svg': {'text', 'image', 'svg'},
+ 'svg': {'text', 'image', 'svg', 'xml'},
'svh': {'text', 'system-verilog'},
'swf': {'binary', 'swf'},
'swift': {'text', 'swift'},
diff --git a/setup.cfg b/setup.cfg
index 63a8be8..3d13108 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 1.4.25
+version = 1.4.28
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown