summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 35d282e..8fdd923 100755
--- a/setup.py
+++ b/setup.py
@@ -10,4 +10,5 @@ setup(name='MAT',
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'],
13 script=['mat-cli', 'mat-gui']
13 ) 14 )