summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1793059..f69a326 100755
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ setup(
30 ( 'share/mat', ['FORMATS'] ), 30 ( 'share/mat', ['FORMATS'] ),
31 ( 'share/pixmaps', ['mat.png'] ), 31 ( 'share/pixmaps', ['mat.png'] ),
32 ( 'share/doc/mat', ['README', 'TODO'] ), 32 ( 'share/doc/mat', ['README', 'TODO'] ),
33 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ),
33 ], 34 ],
34 cmdclass = { 35 cmdclass = {
35 'build': build_extra.build_extra, 36 'build': build_extra.build_extra,