summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2015-11-15 15:13:12 +0100
committerjvoisin2015-11-15 15:13:12 +0100
commitb285d72105815a6858f3df3db15cc83329041310 (patch)
treec4f0b00e0a196fd69561358ae7db09362b2c5135 /setup.py
parenteb86ee003beaae68039ec0739a7d72c46c595175 (diff)
Add hachoir_core and hachoir_parser as `requires` in setup.py
Thanks to Rafiot for the original idea/bugfix
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 72a216f..097d8f0 100755
--- a/setup.py
+++ b/setup.py
@@ -40,5 +40,5 @@ setup(
40 'build_icons': build_icons.build_icons, 40 'build_icons': build_icons.build_icons,
41 'clean': clean_i18n.clean_i18n, 41 'clean': clean_i18n.clean_i18n,
42 }, 42 },
43 requires=['mutagen', 'gi', 'pdfrw'] 43 requires=['mutagen', 'gi', 'pdfrw', 'hachoir_core', 'hachoir_parser']
44) 44)