poetry
poetry copied to clipboard
No information on console-scripts `type` option
Issue Kind
Improving documentation
Existing Link
https://python-poetry.org/docs/pyproject/#scripts
Description
✅ Happy to add this myself in a PR
There is no mention of the type
option, or any options at all when defining scripts
in the pyproject.toml
file. I've been trying to migrate over to Poetry and needed to replace my console-scripts in my setup.cfg
file. I couldn't find any information on how to do this with Poetry from the documentation.
I found the answer in this thread here, where @evilhamsterman correctly points out that this is missing and should be present in the docs. I wish this was just in the main area, can I please make a PR and add an explanation there?