diff options
| author | jvoisin | 2011-08-23 13:38:36 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-23 13:38:36 +0200 |
| commit | 508a85b5819a64559e1ef5a4e214396766ff9a86 (patch) | |
| tree | a24ee258206e3d908e4f965522c22f16e8ceed79 | |
| parent | ca2ec0d1182cbca925e744bca607c4b455b5aed4 (diff) | |
desktop stuff
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -12,6 +12,7 @@ setup(name='MAT', | |||
| 12 | packages=['mat', 'mat.hachoir_editor', 'mat.pdfrw', 'mat.bencode', 'mat.tarfile'], | 12 | packages=['mat', 'mat.hachoir_editor', 'mat.pdfrw', 'mat.bencode', 'mat.tarfile'], |
| 13 | scripts=['mat-cli', 'mat-gui'], | 13 | scripts=['mat-cli', 'mat-gui'], |
| 14 | data_files=[ | 14 | data_files=[ |
| 15 | ( 'share/applications/', [ 'mat.desktop' ] ), | 15 | ( '/usr/share/applications/', [ 'mat.desktop' ] ), |
| 16 | ( '', ['FORMATS'] ), | ||
| 16 | ] | 17 | ] |
| 17 | ) | 18 | ) |
