diff options
| author | Tails developers | 2013-07-13 10:41:14 +0000 |
|---|---|---|
| committer | jvoisin | 2013-07-13 13:11:26 +0200 |
| commit | 5c0ad58374a4250f25ef9d9608d37116a1376f74 (patch) | |
| tree | a7c0e262d6d0f23d709a8fb30538972ab039ec9e /setup.py | |
| parent | 2968a48fd4e015983c3255fd4fc584c649abfd63 (diff) | |
Add nautilus extension
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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, |
