summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 86d085e..2a1d230 100755
--- a/setup.py
+++ b/setup.py
@@ -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 )