summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2faa570..b40a22e 100755
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ setup(
29 ( 'share/pixmaps', ['data/mat.png'] ), 29 ( 'share/pixmaps', ['data/mat.png'] ),
30 ( 'share/doc/mat', ['README', 'TODO'] ), 30 ( 'share/doc/mat', ['README', 'TODO'] ),
31 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ), 31 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ),
32 ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py'])
32 ], 33 ],
33 cmdclass = { 34 cmdclass = {
34 'build': build_extra.build_extra, 35 'build': build_extra.build_extra,