diff options
author | 2015-04-13 16:05:04 +0200 | |
---|---|---|
committer | 2015-04-13 16:05:04 +0200 | |
commit | 99ec1c400d79ecc41ae1745e794e21e2e79d2add (patch) | |
tree | a20349bc3e5a1b20e0c8184f5aeb2f7c43a43194 /setup.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-99ec1c400d79ecc41ae1745e794e21e2e79d2add.tar.xz |
Move lib to lib/Python/Lib
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,14 +64,14 @@ setup( extras_require={ 'Few plugins dependencies': ["BeautifulSoup >= 3.2, < 3.3"], + 'Captcha recognition' : ["PIL"], + 'Trash support' : ["Send2Trash"], 'Colored log' : ["colorlog"], 'Lightweight webserver' : ["bjoern"], 'RSS support' : ["feedparser"], 'SSL support' : ["pyOpenSSL"], 'RSDF/CCF/DLC support' : ["pycrypto"], - 'Captcha recognition' : ["PIL"], - 'JSON speedup' : ["simplejson"], - 'Trash support' : ["Send2Trash"] + 'JSON speedup' : ["simplejson"] }, #setup_requires=["setuptools_hg"], |