summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rwxr-xr-xmat-cli (renamed from mat-cli.py)0
-rwxr-xr-xmat-gui (renamed from mat-gui.py)0
-rwxr-xr-xsetup.py1
4 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 3cdc6b9..b525485 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
1include README cli.py gui.py 1include README mat-cli mat-gui
2graft mat 2graft mat
3recursive-include test * 3recursive-include test *
diff --git a/mat-cli.py b/mat-cli
index 804c4cf..804c4cf 100755
--- a/mat-cli.py
+++ b/mat-cli
diff --git a/mat-gui.py b/mat-gui
index 07b8d6c..07b8d6c 100755
--- a/mat-gui.py
+++ b/mat-gui
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 )