diff options
| author | Martin Vilcans <martin@librador.com> | 2014-10-14 23:09:31 +0200 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2014-10-14 23:09:56 +0200 |
| commit | 58711bbda0c2354b7a173ddebf4809cfbdf2cfad (patch) | |
| tree | 3aa21191f2dc56e37c16341c15a0300ed39751f0 /setup.py | |
| parent | 1e565b5761129f75258e01666d67f99e91adff47 (diff) | |
Check for Reportlab. Required for PDF output.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ setup( author='Martin Vilcans', author_email='screenplain@librador.com', url='http://www.screenplain.com/', - requires=[ - 'reportlab', - ], + extras_require={ + 'PDF': 'reportlab' + }, packages=[ 'screenplain', 'screenplain.export', |
