From 99ec1c400d79ecc41ae1745e794e21e2e79d2add Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 16:05:04 +0200 Subject: Move lib to lib/Python/Lib --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 13d4a5c63..27b85b58e 100755 --- a/setup.py +++ b/setup.py @@ -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"], -- cgit v1.2.3