Skip to content

Commit

Permalink
Add cli entry point for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Nov 16, 2018
1 parent 0db578d commit 4bcdfe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ def get_version():
extras_require={
'cli': ['click']
},
entry_points={
'console_scripts': ['ness-cli=nessclient.cli.__main__:cli'],
}
)

0 comments on commit 4bcdfe6

Please sign in to comment.