Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from sotetsuk/feature/rename-to-pai
Browse files Browse the repository at this point in the history
Rename command
  • Loading branch information
sotetsuk authored Jan 9, 2019
2 parents 6e90994 + ee65f09 commit b51c91f
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 @@
],
packages=find_packages(),
entry_points={
'console_scripts': 'paicli = paicli.main:main'
'console_scripts': 'pai = paicli.main:main'
},
classifiers=[
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit b51c91f

Please sign in to comment.