Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3a3072d
)
Fix a bug in Wrapper
13/50113/1
author
Thomas Duval
<thomas.duval@orange.com>
Fri, 5 Jan 2018 13:07:10 +0000
(14:07 +0100)
committer
Thomas Duval
<thomas.duval@orange.com>
Fri, 5 Jan 2018 13:07:10 +0000
(14:07 +0100)
Change-Id: I9ac5148002edc0c04c3a498891545f1d0dae7000
moon_wrapper/setup.py
patch
|
blob
|
history
diff --git
a/moon_wrapper/setup.py
b/moon_wrapper/setup.py
index
6aaa343
..
b6190c8
100644
(file)
--- a/
moon_wrapper/setup.py
+++ b/
moon_wrapper/setup.py
@@
-40,7
+40,7
@@
setup(
entry_points={
'console_scripts': [
- 'moon_wrapper = moon_wrapper.server:
mai
n',
+ 'moon_wrapper = moon_wrapper.server:
ru
n',
],
}