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 5852466..eaa4947 100755
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ setup(
31 ( 'share/pixmaps', ['data/mat.png'] ), 31 ( 'share/pixmaps', ['data/mat.png'] ),
32 ( 'share/doc/mat', ['README', 'TODO'] ), 32 ( 'share/doc/mat', ['README', 'TODO'] ),
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 ], 35 ],
35 cmdclass = { 36 cmdclass = {
36 'build': build_extra.build_extra, 37 'build': build_extra.build_extra,