summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2012-01-03 14:25:00 +0100
committerjvoisin2012-01-03 14:25:00 +0100
commit66bb682f7f6b6f06c353734149cbe5d71e7744df (patch)
tree5ce8996cfa5c70426bb972a720f3a7a4d55d83f9
parente91ead59e40752f1e39bd64d3766c5a41b4928aa (diff)
Correct another typo in setup.py. thanks asn
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index de6604e..bf109e5 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 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'],