summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2013-07-17 14:41:58 +0200
committerjvoisin2013-07-17 14:41:58 +0200
commitb9cb97f2dc6d84156e93cbcfce768340db862955 (patch)
tree4bc9cbb2350d7ef2ec2b73051f7f70f9f3602ca4 /setup.py
parent6cec127a5defcb395b855e7f3241462eb3d4e7dc (diff)
Split (and update) the README
Diffstat (limited to '')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 439c99c..48501b4 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
29 ( 'share/applications', ['mat.desktop'] ), 29 ( 'share/applications', ['mat.desktop'] ),
30 ( 'share/mat', ['data/FORMATS', 'data/mat.ui'] ), 30 ( 'share/mat', ['data/FORMATS', 'data/mat.ui'] ),
31 ( 'share/pixmaps', ['data/mat.png'] ), 31 ( 'share/pixmaps', ['data/mat.png'] ),
32 ( 'share/doc/mat', ['README', 'TODO'] ), 32 ( 'share/doc/mat', ['README', 'TODO', 'README.security'] ),
33 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ), 33 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ),
34 ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py']) 34 ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py'])
35 ], 35 ],