diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -9,10 +9,12 @@ setup(name='MAT', | |||
| 9 | author_email='julien.voisin@dustri.org', | 9 | author_email='julien.voisin@dustri.org', |
| 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', |
| 13 | 'mat.tarfile'], | ||
| 13 | scripts=['mat-cli', 'mat-gui'], | 14 | scripts=['mat-cli', 'mat-gui'], |
| 14 | data_files=[ | 15 | data_files=[ |
| 15 | ( '/usr/share/applications/', [ 'mat.desktop' ] ), | 16 | ( 'share/applications', [ 'mat.desktop' ] ), |
| 16 | ( '', ['FORMATS'] ), | 17 | ( 'share/mat', ['FORMATS'] ), |
| 18 | ( 'share/doc/mat', ['README', 'TODO'] ), | ||
| 17 | ] | 19 | ] |
| 18 | ) | 20 | ) |
