diff options
| author | jvoisin | 2011-08-18 16:05:39 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-18 16:05:39 +0200 |
| commit | 3c47222aaf93fd3a9c62d9e4ef84f1dcabe46632 (patch) | |
| tree | c7939e2fcbf3034f2bab6ead3bb6f062afc84ff7 /setup.py | |
| parent | 2c77f8e4035c92aeb242d09c19a7971af31d106e (diff) | |
| parent | 9ff16c94ed6e8cabd6bd3143b6b05593e67328a8 (diff) | |
Merge branch 'master' of git://git.torproject.org/user/jvoisin/mat
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ) |
