aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 86c53f6..b158c28 100755
--- a/setup.py
+++ b/setup.py
@@ -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',