mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-01 11:58:28 +00:00
build: poetry: disable package mode
Fixes the following warning: Warning: The current project could not be installed: No file/folder found for package trezor-firmware If you do not want to install the current project use --no-root. If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file. In a future version of Poetry this warning will become an error!
This commit is contained in:
parent
df48487405
commit
7243b412ea
@ -3,6 +3,7 @@ name = "trezor-firmware"
|
||||
version = "0.0.0"
|
||||
description = ""
|
||||
authors = ["SatoshiLabs <info@satoshilabs.com>"]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
# all
|
||||
|
Loading…
Reference in New Issue
Block a user