From 38fae60b8beaf9c7b37c65325d2d285e62b6cb85 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 18 May 2018 23:52:40 +0200 Subject: Rename some files to simplify packaging - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` --- libmat2/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libmat2/__init__.py (limited to 'libmat2/__init__.py') diff --git a/libmat2/__init__.py b/libmat2/__init__.py new file mode 100644 index 0000000..07d3036 --- /dev/null +++ b/libmat2/__init__.py @@ -0,0 +1,6 @@ +#!/bin/env python3 + +# A set of extension that aren't supported, despite matching a supported mimetype +unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc', + 'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl', + 'xpdl', 'xsl', 'xsd']) -- cgit v1.3