fix entry point for pypi
This commit is contained in:
parent
6e8558bcd3
commit
72310cd9e9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ setup(
|
|||
zip_safe=False,
|
||||
platforms='any',
|
||||
entry_points={
|
||||
'console_scripts': ['wakatime = wakatime.__init__:main'],
|
||||
'console_scripts': ['wakatime = wakatime.__init__:execute'],
|
||||
},
|
||||
classifiers=(
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
Loading…
Reference in a new issue