aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2019-02-21 21:53:08 +0100
committerMartin Vilcans <martin@librador.com>2019-02-21 21:53:08 +0100
commite6c4d40f0eaa6c93cac88582d862aa8393a3cc10 (patch)
tree283b647f44f81567d5de429662f7d77a608e1e25
parent815a2c80c88bf78afc15caa7f2389ee155b5020f (diff)
downloadscreenplain-e6c4d40f0eaa6c93cac88582d862aa8393a3cc10.tar.gz
Add install_requires six for universal Python support
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c5601f9..ed43586 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/',
+ install_requires=[
+ 'six',
+ ],
extras_require={
'PDF': 'reportlab'
},