From 8f9e7ded799c173e3bddd971f337e2895304c944 Mon Sep 17 00:00:00 2001 From: Martin Vilcans Date: Tue, 7 Oct 2014 22:50:50 +0200 Subject: First stab at PDF output --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') 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', -- cgit v1.2.3