Open Virviil opened 3 years ago
-vvv
Trying to call
poetry add private_package
works only if [tool.poetry.scripts] section is removed from pyproject.toml
[tool.poetry.scripts]
With this section command returns:
ValueError Could not find a matching version of package private_package
Any updates?
WA for now -> you can move the tool.poetry.scripts to the top of the file and it will work.
tool.poetry.scripts
see https://github.com/python-poetry/poetry/issues/3474
-vvv
option).Issue
Trying to call
works only if
[tool.poetry.scripts]
section is removed from pyproject.tomlWith this section command returns: