summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index eaa4947..f4accba 100755
--- a/setup.py
+++ b/setup.py
@@ -23,15 +23,14 @@ 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', 'MAT.tarfile'], 26 packages = ['MAT', 'MAT.hachoir_editor', 'MAT.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'] ),
30 ( 'share/mat', ['data/FORMATS'] ), 30 ( 'share/mat', ['data/FORMATS', 'data/mat.ui'] ),
31 ( 'share/pixmaps', ['data/mat.png'] ), 31 ( 'share/pixmaps', ['data/mat.png'] ),
32 ( 'share/doc/mat', ['README', 'TODO'] ), 32 ( 'share/doc/mat', ['README', 'TODO'] ),
33 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ), 33 ( 'share/man/man1', ['mat.1', 'mat-gui.1'] ),
34 ( 'share/nautilus-python/extensions', ['nautilus/nautilus-mat.py'] ),
35 ], 34 ],
36 cmdclass = { 35 cmdclass = {
37 'build': build_extra.build_extra, 36 'build': build_extra.build_extra,