summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-11-28 14:20:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-28 14:20:29 +0000
commitcbd85fecc7442057a0e716acb94a60056c6f49c4 (patch)
tree59b96538bda51f111611bd185a2cdaa2c385ab20
parentd20fd06e9eba62efc3c9caf1a5ec6cb550c0e0c1 (diff)
parent5224fc728eca3f1773ba8b26c0f072166c6133d7 (diff)
Merge "Entry point should be a calling a module function. Explained in [1] under entry_points."
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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 =