From e91ead59e40752f1e39bd64d3766c5a41b4928aa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 3 Jan 2012 13:12:34 +0100 Subject: Fix a typo in setup.py. Thanks to paul wise --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f86e2f1..de6604e 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( long_decription = 'A Metadata Anonymisation Toolkit in Python, using python-hachoir', author = mat.__author__, author_email = 'julien.voisin@dustri.org', - plateforms = 'linux' + plateforms = 'linux', license = 'GPLv2', url = 'https://mat.boum.org', packages = ['mat', 'mat.hachoir_editor', 'mat.bencode', 'mat.tarfile'], -- cgit v1.3