diff options
author | linux_geek <taseer94@gmail.com> | 2016-11-26 00:05:12 +0500 |
---|---|---|
committer | linux_geek <taseer94@gmail.com> | 2016-11-26 00:05:12 +0500 |
commit | 5224fc728eca3f1773ba8b26c0f072166c6133d7 (patch) | |
tree | 0a1a28641a8cc81b3b3fb2b2542cfd56054070c9 | |
parent | 099238a0ea8f80b0765965ec306bf281c0c9dc55 (diff) |
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 <taseer94@gmail.com>
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ setup-hooks = [entry_points] console_scripts = - qtip = qtip.cli:entry + qtip = qtip.cli.entry:cli [files] packages = |