diff options
author | Martin Vilcans <martin@librador.com> | 2019-02-21 21:53:08 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2019-02-21 21:53:08 +0100 |
commit | e6c4d40f0eaa6c93cac88582d862aa8393a3cc10 (patch) | |
tree | 283b647f44f81567d5de429662f7d77a608e1e25 /setup.py | |
parent | 815a2c80c88bf78afc15caa7f2389ee155b5020f (diff) | |
download | screenplain-e6c4d40f0eaa6c93cac88582d862aa8393a3cc10.tar.gz |
Add install_requires six for universal Python support
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' }, |