diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-19 08:09:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-19 08:09:22 +0000 |
commit | 6d2a3796a411b5ff14c9f77705dfc0f171c0a9cc (patch) | |
tree | 7c52437af74172db5e8feb9b60298a0a10d2e64c | |
parent | Adding upstream version 2.4.9. (diff) | |
download | identify-6d2a3796a411b5ff14c9f77705dfc0f171c0a9cc.tar.xz identify-6d2a3796a411b5ff14c9f77705dfc0f171c0a9cc.zip |
Adding upstream version 2.4.10.upstream/2.4.10
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | identify/extensions.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -80,7 +80,7 @@ optional arguments: $ identify-cli setup.py; echo $? ["file", "non-executable", "python", "text"] 0 -$ identify setup.py --filename-only; echo $? +$ identify-cli setup.py --filename-only; echo $? ["python", "text"] 0 $ identify-cli wat.wat; echo $? diff --git a/identify/extensions.py b/identify/extensions.py index b0979ba..3cd1ab2 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -99,6 +99,7 @@ EXTENSIONS = { 'js': {'text', 'javascript'}, 'json': {'text', 'json'}, 'jsonnet': {'text', 'jsonnet'}, + 'json5': {'text', 'json5'}, 'jsx': {'text', 'jsx'}, 'key': {'text', 'pem'}, 'kml': {'text', 'kml', 'xml'}, @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.4.9 +version = 2.4.10 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown |