summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 61a602e..6694d44 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
23 platforms = 'linux', 23 platforms = 'linux',
24 license = 'GPLv2', 24 license = 'GPLv2',
25 url = 'https://mat.boum.org', 25 url = 'https://mat.boum.org',
26 packages = ['MAT', 'MAT.hachoir_editor', 'MAT.bencode'], 26 packages = ['libmat', 'libmat.hachoir_editor', 'libmat.bencode'],
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'] ),