summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 ],