Skip to content

Commit

Permalink
[PACKAGING] Prevents module entry point from being resolved in venv
Browse files Browse the repository at this point in the history
> closes #153
  • Loading branch information
HorlogeSkynet committed May 7, 2024
1 parent d4a6b16 commit 1287f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ FPM_COMMON_ARGS=(
--after-upgrade ./packaging/after_install \
--after-remove ./packaging/after_remove \
--before-remove ./packaging/before_remove \
--python-bin python3 \
--python-bin /usr/bin/python3 \
--python-install-bin 'usr/bin/' \
--python-install-data 'usr/' \
--no-python-fix-name \
Expand Down

0 comments on commit 1287f18

Please sign in to comment.