How does package installation function? I'm trying...
# plugins-general
m
How does package installation function? I'm trying to us the package manager Poetry with a custom tap, and it works fine with only the
setup.py
file, but the added
poetry.lock
and
pyproject.toml
break the installation.