Skip to content

Commit

Permalink
fix wrong entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Nov 21, 2016
1 parent 9149a6b commit 82d3038
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def run(self):
log.info("changing permissions of %s to %o" % (file, mode))
os.chmod(file, mode)

version_str = '0.0.3'

version_str = '0.0.4'
github_url = 'https://github.com/niosus/catkin_tools_fetch'

setup(
Expand Down Expand Up @@ -64,7 +65,7 @@ def run(self):
""",
test_suite='tests',
entry_points={
'catkin_tools_fetch.commands.catkin.verbs': [
'catkin_tools.commands.catkin.verbs': [
'fetch = catkin_tools_fetch:description',
],
},
Expand Down

0 comments on commit 82d3038

Please sign in to comment.