diff options
| author | jvoisin | 2014-06-08 13:39:18 +0200 |
|---|---|---|
| committer | jvoisin | 2014-06-08 13:39:18 +0200 |
| commit | af36529554c39a2eefcc2c8723715e2d25b401b8 (patch) | |
| tree | f54b964520bab44d1dfac725086211eaf22d3763 /setup.py | |
| parent | ef5a32cfd3c0555ffe5ddf413eeaae61622ebb4b (diff) | |
Rename the MAT folder to libmat.
This commit fixes some issues for dump operating
systems who doesn't handle capitalization.
Diffstat (limited to '')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -23,7 +23,7 @@ setup( | |||
| 23 | platforms = 'linux', | 23 | platforms = 'linux', |
| 24 | license = 'GPLv2', | 24 | license = 'GPLv2', |
| 25 | url = 'https://mat.boum.org', | 25 | url = 'https://mat.boum.org', |
| 26 | packages = ['MAT', 'MAT.hachoir_editor', 'MAT.bencode'], | 26 | packages = ['libmat', 'libmat.hachoir_editor', 'libmat.bencode'], |
| 27 | scripts = ['mat', 'mat-gui'], | 27 | scripts = ['mat', 'mat-gui'], |
| 28 | data_files = [ | 28 | data_files = [ |
| 29 | ( 'share/applications', ['mat.desktop'] ), | 29 | ( 'share/applications', ['mat.desktop'] ), |
