Entry point should be a calling a module function. 13/24913/1
authorlinux_geek <taseer94@gmail.com>
Fri, 25 Nov 2016 19:05:12 +0000 (00:05 +0500)
committerlinux_geek <taseer94@gmail.com>
Fri, 25 Nov 2016 19:05:12 +0000 (00:05 +0500)
Explained in [1] under entry_points.

[1]. http://docs.openstack.org/developer/pbr/

Change-Id: Id231f397f348dd256b442dc69fe90c5cca5defd4
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
setup.cfg

index 6328694..b7f8140 100644 (file)
--- 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 =