summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2011-10-23 17:14:22 +0200
committerjvoisin2011-10-23 17:14:22 +0200
commit8d12940e1efa34a272c44a362405e86455721938 (patch)
tree1ab2214dc23eeba81f43a49cb8ac5727aef64d38 /setup.py
parente7a9301870ddc141ebb461e1c983658e2565aa94 (diff)
Remove embedded pdfrw
Diffstat (limited to '')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2332505..8c7d44d 100755
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(name='MAT',
9 author_email='julien.voisin@dustri.org', 9 author_email='julien.voisin@dustri.org',
10 license='GPLv2', 10 license='GPLv2',
11 url='https://gitweb.torproject.org/user/jvoisin/mat.git', 11 url='https://gitweb.torproject.org/user/jvoisin/mat.git',
12 packages=['mat', 'mat.hachoir_editor', 'mat.pdfrw', 'mat.bencode', 12 packages=['mat', 'mat.hachoir_editor', 'mat.bencode',
13 'mat.tarfile'], 13 'mat.tarfile'],
14 scripts=['mat-cli', 'mat-gui'], 14 scripts=['mat-cli', 'mat-gui'],
15 data_files=[ 15 data_files=[