Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
099238a
)
Entry point should be a calling a module function.
13/24913/1
author
linux_geek
<taseer94@gmail.com>
Fri, 25 Nov 2016 19:05:12 +0000
(
00:05
+0500)
committer
linux_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
patch
|
blob
|
history
diff --git
a/setup.cfg
b/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 =