From fd31c8d0a20de41b7b2b701f737d74dd0c318350 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 8 Feb 2016 23:40:34 +0100 Subject: Readme, more functions & output, python standards - Fixed some python issues, complied to some standards - Filled in the readme - Added remove & upgrade to clmgr - Renamed clone to install in clmgr - More output for clmgr --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8afd4f1..2679ecc 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( packages=['cleantools'], - install_requires=['click', 'gitpython'], + install_requires=['click', 'gitpython', 'shutil'], entry_points={ 'console_scripts': [ -- cgit v1.2.3