Skip to content

Commit

Permalink
Fixed cli launch error
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Jan 23, 2022
1 parent 71bff74 commit 694a104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open

REPO_URL = "https://github.com/mandarons/icloudpy"
VERSION = "0.0.0"
VERSION = "0.2.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -28,6 +28,6 @@
install_requires=required,
entry_points="""
[console_scripts]
icloud=cmdline:main
icloud=icloudpy.cmdline:main
""",
)

0 comments on commit 694a104

Please sign in to comment.