diff options
| author | jvoisin | 2012-01-03 13:12:34 +0100 |
|---|---|---|
| committer | jvoisin | 2012-01-03 13:12:34 +0100 |
| commit | e91ead59e40752f1e39bd64d3766c5a41b4928aa (patch) | |
| tree | 55d5525a5f4730fd5146a1d9e7b3ff7418ea8465 /setup.py | |
| parent | 073ddcd0d824488fb9060d1f3dd237e2a75af360 (diff) | |
Fix a typo in setup.py. Thanks to paul wise
Diffstat (limited to '')
| -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 | plateforms = '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'], |
