summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2013-01-20 03:57:17 +0100
committerjvoisin2013-01-20 03:57:17 +0100
commitac4110fbfc60b112836d0b279ae07ea9a779b16d (patch)
tree2649b954ddb7fcfa15c5a7167907a27398008732 /setup.py
parent8427e8f4aff71a40ea6ba920608c38edd7ee6905 (diff)
preliminary support of gtk3 (one test fails for PDF)
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,