diff options
| author | jvoisin | 2011-08-17 21:47:03 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-17 21:47:03 +0200 |
| commit | 9ff16c94ed6e8cabd6bd3143b6b05593e67328a8 (patch) | |
| tree | 6aa10c06a02fac79a0baf773358fa0d8c214c2cf /setup.py | |
| parent | 429ef8c99586ab6c4e74e627ab45f634971fde7b (diff) | |
Correct setup.py
Diffstat (limited to '')
| -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 | ) |
