diff options
| author | jvoisin | 2012-02-19 16:04:27 +0100 |
|---|---|---|
| committer | jvoisin | 2012-02-19 16:04:27 +0100 |
| commit | 8a110652634824c83b7c27d89cfc29d7d9435e2c (patch) | |
| tree | fc63ca6b5122804257793aa6ee7ef3902d94eddb /setup.py | |
| parent | 81ac27d15f13c5d386e608af088e2e540c227519 (diff) | |
Add an (awesome) logo to the MAT
Diffstat (limited to '')
| -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 | ], |
