diff options
| author | jvoisin | 2013-01-07 22:37:54 +0100 |
|---|---|---|
| committer | jvoisin | 2013-01-07 22:37:54 +0100 |
| commit | 5027bba6c2c1c7546cfc0eb953de38181b7e4e7b (patch) | |
| tree | 094928d07c06070c59fa10132fb67a07386a6405 /setup.py | |
| parent | 27189a6f322f720803759daf2061b503e0148963 (diff) | |
Refactor the get_sharedir function, and move datas to a proper data folder
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -27,8 +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'] ), | 30 | ( 'share/mat', ['data/FORMATS'] ), |
| 31 | ( 'share/pixmaps', ['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 | ], | 34 | ], |
