summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2012-01-03 13:12:34 +0100
committerjvoisin2012-01-03 13:12:34 +0100
commite91ead59e40752f1e39bd64d3766c5a41b4928aa (patch)
tree55d5525a5f4730fd5146a1d9e7b3ff7418ea8465 /setup.py
parent073ddcd0d824488fb9060d1f3dd237e2a75af360 (diff)
Fix a typo in setup.py. Thanks to paul wise
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f86e2f1..de6604e 100755
--- a/setup.py
+++ b/setup.py
@@ -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'],