From 9ff16c94ed6e8cabd6bd3143b6b05593e67328a8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 17 Aug 2011 21:47:03 +0200 Subject: Correct setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8fdd923..a9b68a3 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,6 @@ setup(name='MAT', author_email='julien.voisin@dustri.org', license='GPLv2', url='https://gitweb.torproject.org/user/jvoisin/mat.git', - packages=['mat'], - script=['mat-cli', 'mat-gui'] + packages=['mat', 'mat.hachoir_editor', 'mat.pdfrw', 'mat.bencode', 'mat.tarfile'], + scripts=['mat-cli', 'mat-gui'] ) -- cgit v1.3