diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ setup( | |||
| 40 | scripts = ['mat', 'mat-gui'], | 40 | scripts = ['mat', 'mat-gui'], |
| 41 | data_files = [ | 41 | data_files = [ |
| 42 | ( 'share/applications', ['mat.desktop'] ), | 42 | ( 'share/applications', ['mat.desktop'] ), |
| 43 | ( 'share/mat', ['FORMATS'] ), | 43 | ( 'share/mat', ['FORMATS', 'logo.png'] ), |
| 44 | ( 'share/doc/mat', ['README', 'TODO'] ), | 44 | ( 'share/doc/mat', ['README', 'TODO'] ), |
| 45 | ( 'share/mat/locale/', [i for i in l10n()] ), | 45 | ( 'share/mat/locale/', [i for i in l10n()] ), |
| 46 | ], | 46 | ], |
