Skip to content

Commit

Permalink
add icloud script to src dist (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Mar 5, 2023
1 parent b9d0958 commit b9df43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- fix: add `icloud` script to the source distribution [#594](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/594)

## 1.11.0 (2023-02-24)

- feature: add experimental mode for new cli
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
],
entry_points={"console_scripts": ["icloudpd = icloudpd.base:main"]},
entry_points={"console_scripts": ["icloudpd = icloudpd.base:main", "icloud = pyicloud_ipd.cmdline:main"]},
long_description=long_description,
long_description_content_type='text/markdown'
)

0 comments on commit b9df43b

Please sign in to comment.