Skip to content

Commit

Permalink
Add cli module to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adilosa committed May 6, 2018
1 parent 0cad7f3 commit 3528def
Showing 1 changed file 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 @@ -26,7 +26,7 @@
'Programming Language :: Python :: 3.6',
],
keywords='dynamo json dynamodb', # Optional
py_modules=["dynamo_json"],
py_modules=["dynamo_json", "cli"],
entry_points={
'console_scripts': [
'dynamo-json=cli:dynamo_json'
Expand Down

0 comments on commit 3528def

Please sign in to comment.