poetry icon indicating copy to clipboard operation
poetry copied to clipboard

Missing documentation for `type = "file"` under `tool.poetry.scripts`

Open RobertoRoos opened this issue 1 year ago • 0 comments

Issue Kind

Missing documentation

Existing Link

https://python-poetry.org/docs/pyproject/#scripts

Description

It seems usage like

myscript = { reference = "some_binary.exe", type = "file" }

is missing from the documentation. Is this feature still experimental?

I posted about it in this StackOverflow answer: https://stackoverflow.com/questions/77893374/how-to-configure-pip-to-install-a-script-to-the-environment-bin-folder I can't find where I first found this config option.

RobertoRoos avatar Jun 21 '24 06:06 RobertoRoos