diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -27,7 +27,8 @@ setup( | |||
| 27 | scripts = ['mat', 'mat-gui'], | 27 | scripts = ['mat', 'mat-gui'], |
| 28 | data_files = [ | 28 | data_files = [ |
| 29 | ( 'share/applications', ['mat.desktop'] ), | 29 | ( 'share/applications', ['mat.desktop'] ), |
| 30 | ( 'share/mat', ['FORMATS', 'logo.png'] ), | 30 | ( 'share/mat', ['FORMATS'] ), |
| 31 | ( 'share/pixmaps', ['mat.png'] ), | ||
| 31 | ( 'share/doc/mat', ['README', 'TODO'] ), | 32 | ( 'share/doc/mat', ['README', 'TODO'] ), |
| 32 | ], | 33 | ], |
| 33 | cmdclass = { | 34 | cmdclass = { |
