diff options
| -rw-r--r-- | MANIFEST.in | 2 | ||||
| -rwxr-xr-x | mat-cli (renamed from mat-cli.py) | 0 | ||||
| -rwxr-xr-x | mat-gui (renamed from mat-gui.py) | 0 | ||||
| -rwxr-xr-x | setup.py | 1 |
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 @@ | |||
| 1 | include README cli.py gui.py | 1 | include README mat-cli mat-gui |
| 2 | graft mat | 2 | graft mat |
| 3 | recursive-include test * | 3 | recursive-include test * |
| @@ -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 | ) |
