poetry
poetry copied to clipboard
Missing documentation for `type = "file"` under `tool.poetry.scripts`
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.