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:
parent
57d5cd0428
commit
38fae60b8b
14 changed files with 31 additions and 31 deletions
6
libmat2/__init__.py
Normal file
6
libmat2/__init__.py
Normal 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'])
|
Loading…
Add table
Add a link
Reference in a new issue