commit | 6f55d7e1d5084e5073a8c964a025cf171c062294 | [log] [tgz] |
---|---|---|
author | Alexey Golubev <agolubev@mirantis.com> | Wed Mar 23 16:16:29 2016 +0300 |
committer | Alexey Golubev <agolubev@mirantis.com> | Wed Mar 30 13:35:09 2016 +0300 |
tree | e7fd0d890a3c0c9d373bb7cf865f31aa0e706a20 | |
parent | 8a07116c197aa858d2a6452470decce1d67cee8e [diff] [blame] |
Added CLI interface to trsync Added an interface based on cliff to call push/remove commands. Change-Id: Ic308974da577386c975a96fb1edb259175601680
diff --git a/setup.py b/setup.py index 4b34a0a..056c16c 100644 --- a/setup.py +++ b/setup.py
@@ -26,4 +26,4 @@ setuptools.setup( setup_requires=['pbr'], - pbr=True) \ No newline at end of file + pbr=True)