diff options
| -rwxr-xr-x | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -10,5 +10,8 @@ setup(name='MAT', | |||
| 10 | license='GPLv2', | 10 | license='GPLv2', |
| 11 | url='https://gitweb.torproject.org/user/jvoisin/mat.git', | 11 | url='https://gitweb.torproject.org/user/jvoisin/mat.git', |
| 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=[ | ||
| 15 | ( 'share/applications/', [ 'mat.desktop' ] ), | ||
| 16 | ] | ||
| 14 | ) | 17 | ) |
