Skip to content

Commit

Permalink
Release v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barbashov committed Feb 10, 2023
1 parent f72687d commit 772f4f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.13.2
------
* Fix the shiv creation script

1.13.1
------
* Move the pypi repo to remote-exec-api
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():
entry_point_env = PYOXIDIZER_ENTRYPOINT
if len(sys.argv) > 2 and sys.argv[2] == "--shiv":
entry_point_env = SHIV_ENTRYPOINT
resources = pkg_resources.get_entry_map("remote-exec", "console_scripts")
resources = pkg_resources.get_entry_map("remote-exec-api", "console_scripts")
for name, entry in resources.items():
file = output_dir / name
if entry.module_name != "remote.entrypoints":
Expand Down

0 comments on commit 772f4f1

Please sign in to comment.