diff options
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,7 +19,7 @@ setup( | |||
| 19 | long_decription = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', | 19 | long_decription = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', |
| 20 | author = mat.__author__, | 20 | author = mat.__author__, |
| 21 | author_email = 'julien.voisin@dustri.org', | 21 | author_email = 'julien.voisin@dustri.org', |
| 22 | plateforms = 'linux', | 22 | platforms = 'linux', |
| 23 | license = 'GPLv2', | 23 | license = 'GPLv2', |
| 24 | url = 'https://mat.boum.org', | 24 | url = 'https://mat.boum.org', |
| 25 | packages = ['mat', 'mat.hachoir_editor', 'mat.bencode', 'mat.tarfile'], | 25 | packages = ['mat', 'mat.hachoir_editor', 'mat.bencode', 'mat.tarfile'], |
