summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8fdd923..a9b68a3 100755
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,6 @@ 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'], 12 packages=['mat', 'mat.hachoir_editor', 'mat.pdfrw', 'mat.bencode', 'mat.tarfile'],
13 script=['mat-cli', 'mat-gui'] 13 scripts=['mat-cli', 'mat-gui']
14 ) 14 )