summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'],