From: linux_geek Date: Fri, 25 Nov 2016 19:05:12 +0000 (+0500) Subject: Entry point should be a calling a module function. X-Git-Tag: danube.1.0~161^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F24913%2F1;p=qtip.git Entry point should be a calling a module function. Explained in [1] under entry_points. [1]. http://docs.openstack.org/developer/pbr/ Change-Id: Id231f397f348dd256b442dc69fe90c5cca5defd4 Signed-off-by: Taseer Ahmed --- diff --git a/setup.cfg b/setup.cfg index 63286949..b7f81408 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ setup-hooks = [entry_points] console_scripts = - qtip = qtip.cli:entry + qtip = qtip.cli.entry:cli [files] packages =