diff options
Diffstat (limited to '')
-rw-r--r-- | identify/extensions.py | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py index 1c46e46..6addba6 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -148,6 +148,7 @@ EXTENSIONS = { 'modulemap': {'text', 'modulemap'}, 'mscx': {'text', 'xml', 'musescore'}, 'mscz': {'binary', 'zip', 'musescore'}, + 'mustache': {'text', 'mustache'}, 'myst': {'text', 'myst'}, 'ngdoc': {'text', 'ngdoc'}, 'nim': {'text', 'nim'}, @@ -1,6 +1,6 @@ [metadata] name = identify -version = 2.5.17 +version = 2.5.18 description = File identification library for Python long_description = file: README.md long_description_content_type = text/markdown |