summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2015-07-25 16:44:02 +0200
committerjvoisin2015-07-25 16:44:02 +0200
commit85e6279d16af063e5150c7cf4bd491185b8ae788 (patch)
treeb194771ea3a3af68689d41643722cbca82078a1e /setup.py
parent6a7ec826768bf7961254c101ca4e51ef41dd6df3 (diff)
Add python packages dependencies to setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index cf779e8..362e2a8 100755
--- a/setup.py
+++ b/setup.py
@@ -40,4 +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) 44)