diff options
| author | Camil Staps | 2016-02-08 23:40:34 +0100 |
|---|---|---|
| committer | Camil Staps | 2016-02-08 23:55:56 +0100 |
| commit | fd31c8d0a20de41b7b2b701f737d74dd0c318350 (patch) | |
| tree | e12a79bea429fba87c29691490c939c6cdad8ae7 /setup.py | |
| parent | Merge 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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ setup( packages=['cleantools'], - install_requires=['click', 'gitpython'], + install_requires=['click', 'gitpython', 'shutil'], entry_points={ 'console_scripts': [ |
