Skip to content

Commit

Permalink
shoebot-ide -> shoebot (close #144)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlafuente committed May 1, 2018
1 parent bf5b9e8 commit 202366e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def requirements(with_pgi=None, with_examples=True, debug=True):
entry_points={
"console_scripts": [
"sbot=shoebot.run:main",
"shoebot-ide=shoebot.gui.ide:main"
"shoebot=shoebot.gui.ide:main"
],
"gui_scripts": "shoebot-ide=shoebot.gui.ide:main"
"gui_scripts": "shoebot=shoebot.gui.ide:main"
},
test_suite = 'tests.unittests',
)

0 comments on commit 202366e

Please sign in to comment.