summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2012-02-19 16:04:27 +0100
committerjvoisin2012-02-19 16:04:27 +0100
commit8a110652634824c83b7c27d89cfc29d7d9435e2c (patch)
treefc63ca6b5122804257793aa6ee7ef3902d94eddb /setup.py
parent81ac27d15f13c5d386e608af088e2e540c227519 (diff)
Add an (awesome) logo to the MAT
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 77ba00d..ff9cd50 100755
--- a/setup.py
+++ b/setup.py
@@ -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 ],