poetry-plugin-bundle icon indicating copy to clipboard operation
poetry-plugin-bundle copied to clipboard

feat: compile flag for installer

Open KineticCookie opened this issue 1 year ago • 0 comments

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

KineticCookie avatar Jan 24 '24 17:01 KineticCookie