aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8261a7f..6165ef5 100755
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,9 @@ setup(
author='Martin Vilcans',
author_email='screenplain@librador.com',
url='http://www.screenplain.com/',
+ requires=[
+ 'reportlab',
+ ],
packages=[
'screenplain',
'screenplain.export',