poetry-plugin-bundle
poetry-plugin-bundle copied to clipboard
feat: compile flag for installer
Hi! First PR here 😅
I noticed that --compile
option used in poetry install
is not utilized in venv bundler.
In this PR I added a passthrough of the flag to the installer as in poetry itself:
https://github.com/python-poetry/poetry/blob/d18ca5d2e751d5a44e48da38926662c90bcb23d1/src/poetry/console/commands/install.py#L147