diff options
| author | jvoisin | 2015-11-15 15:13:12 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-15 15:13:12 +0100 |
| commit | b285d72105815a6858f3df3db15cc83329041310 (patch) | |
| tree | c4f0b00e0a196fd69561358ae7db09362b2c5135 /setup.py | |
| parent | eb86ee003beaae68039ec0739a7d72c46c595175 (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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ) |
