Skip to content

Commit

Permalink
Add this back in
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Apr 23, 2020
1 parent 735a6f2 commit 3bcaf10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions jake/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,6 @@ def __banner():
cprint(figlet_format(bot, font=bot_font), 'blue', attrs=['dark'])
click.echo("Jake version: v{}".format(__version__))
click.echo('Put your python deps in a chokehold.')

if __name__ == '__main__':
main()
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
python_requires='>=3.6',
install_requires=required,
entry_points={
'console_scripts': [
'jake = jake.__main__:main'
]
})
'console_scripts':
['jake=jake.__main__:main']
}
)

0 comments on commit 3bcaf10

Please sign in to comment.