1
0
Fork 0
mirror of synced 2025-07-03 20:07:28 +02:00

Rename some files to simplify packaging

- the `src` folder is now `libmat2`
- the `main.py` script is now `mat2.py`
This commit is contained in:
jvoisin 2018-05-18 23:52:40 +02:00
parent 57d5cd0428
commit 38fae60b8b
14 changed files with 31 additions and 31 deletions

6
libmat2/__init__.py Normal file
View file

@ -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'])