Skip to content

Commit

Permalink
Add console entry point to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isapozhkov committed Sep 28, 2016
1 parent 1c4400a commit 4cd2561
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ntripbrowser',
version='0.0.2',
version='0.0.3',
author='Ivan Sapozhkov',
author_email='[email protected]',
py_modules=['ntripbrowser'],
Expand All @@ -11,4 +11,9 @@
url='https://github.com/emlid/ntripbrowser.git',
description='NTRIP Browser for terminal',
long_description=open('README.md').read(),
entry_points = {
'console_scripts': [
'ntripbrowser = ntripbrowser:main',
],
},
)

0 comments on commit 4cd2561

Please sign in to comment.