Skip to content

Commit

Permalink
Merge pull request #188 from shoebot/feature/move-to-plugin-shoebot
Browse files Browse the repository at this point in the history
Move ide to its own module - so that shoebots own GUI elements and th…
  • Loading branch information
stuaxo committed Oct 19, 2018
2 parents 07f1b2e + 90eb6e5 commit 28cd13f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def requirements(with_pgi=None, with_examples=True, debug=True):
"sbot=shoebot.run:main",
"shoebot=shoebot.gui.ide:main"
],
"gui_scripts": "shoebot=shoebot.gui.ide:main"
"gui_scripts": "shoebot=shoebot.ide.ide:main"
},
test_suite='tests.unittests'
)
Empty file added shoebot/ide/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 28cd13f

Please sign in to comment.