diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-03 11:22:17 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-03 11:22:17 -0500 |
commit | 65d86727dcdd39753ba595d7e0a6be210028456e (patch) | |
tree | dc2f5a78fee6d91116d365d3f843fb7bc38a8703 /utils/setup.py | |
parent | fe76cf19c11a83377fb172536eaf72e465dab457 (diff) | |
parent | 2855bc043f8970136b72774b15c5306dccdaa040 (diff) | |
download | openshift-65d86727dcdd39753ba595d7e0a6be210028456e.tar.gz openshift-65d86727dcdd39753ba595d7e0a6be210028456e.tar.bz2 openshift-65d86727dcdd39753ba595d7e0a6be210028456e.tar.xz openshift-65d86727dcdd39753ba595d7e0a6be210028456e.zip |
Merge pull request #751 from dgoodwin/uninstall
Add Uninstall Subcommand And Assume Location of Packaged Ansible Playbooks
Diffstat (limited to 'utils/setup.py')
-rw-r--r-- | utils/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/setup.py b/utils/setup.py index 6e2fdd9c0..eac1b4b2e 100644 --- a/utils/setup.py +++ b/utils/setup.py @@ -79,7 +79,7 @@ setup( # pip to create the appropriate form of executable for the target platform. entry_points={ 'console_scripts': [ - 'oo-install=ooinstall.cli_installer:main', + 'oo-install=ooinstall.cli_installer:cli', ], }, ) |