Cannot install package with shell script in [tool.poetry.scripts]
#4289
Labels
area/scripts
Related tool.poetry.scripts
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Ubuntu 18.04.5 LTS
Poetry version: Poetry (version 1.2.0a1)
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/ethanabrooks/2de35e1c59d9d08f7695123485fcf044
Issue
I am trying to create a package that includes a shell script that I would like to make available to any projects that install this package. https://github.com/ethanabrooks/poetry-issue is the package that I want to install. To set up the project that I want to install the package into, I run:
Then both
and
yield the same error:
If I remove the last two lines (the
[tool.poetry.scripts]
section), the package installs fine.The text was updated successfully, but these errors were encountered: