aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCamil Staps2016-02-08 23:40:34 +0100
committerCamil Staps2016-02-08 23:55:56 +0100
commitfd31c8d0a20de41b7b2b701f737d74dd0c318350 (patch)
treee12a79bea429fba87c29691490c939c6cdad8ae7 /setup.py
parentMerge remote-tracking branch 'origin/master' (diff)
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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': [