diff options
| author | jvoisin | 2012-01-03 14:25:00 +0100 |
|---|---|---|
| committer | jvoisin | 2012-01-03 14:25:00 +0100 |
| commit | 66bb682f7f6b6f06c353734149cbe5d71e7744df (patch) | |
| tree | 5ce8996cfa5c70426bb972a720f3a7a4d55d83f9 | |
| parent | e91ead59e40752f1e39bd64d3766c5a41b4928aa (diff) | |
Correct another typo in setup.py. thanks asn
| -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'], |
