diff options
| -rw-r--r-- | MANIFEST.in | 6 | ||||
| -rwxr-xr-x | setup.py | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b525485..da862c7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | include README mat-cli mat-gui | 1 | include README FORMAT LICENSE mat-cli mat-gui |
| 2 | graft mat | 2 | recursive-include mat *.py |
| 3 | recursive-include test * | 3 | recursive-include test *.py clean.* dirty.* |
| @@ -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 | ) |
