Skip to content

Commit

Permalink
fix: entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
scanpatch committed Aug 4, 2021
1 parent 92d8a61 commit 0222256
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 @@ -18,7 +18,7 @@
url='https://github.com/spyse-com/spyse-cli',
packages=find_packages(exclude=('tests', 'examples')),
entry_points={
'console_scripts': ['spysecli=bin.main:main'],
'console_scripts': ['spysecli=bin.main:cli'],
},
install_requires=['spyse-python~=2.0.1', 'loguru~=0.5.3', 'validators~=0.18.2', 'click~=8.0.1']
)

0 comments on commit 0222256

Please sign in to comment.