diff options
| author | jvoisin | 2013-01-20 03:57:17 +0100 |
|---|---|---|
| committer | jvoisin | 2013-01-20 03:57:17 +0100 |
| commit | ac4110fbfc60b112836d0b279ae07ea9a779b16d (patch) | |
| tree | 2649b954ddb7fcfa15c5a7167907a27398008732 /setup.py | |
| parent | 8427e8f4aff71a40ea6ba920608c38edd7ee6905 (diff) | |
preliminary support of gtk3 (one test fails for PDF)
Diffstat (limited to '')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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, |
