[tool.poetry] name = "trivial" version = "0.1.0" description = "poetry2nix test" authors = ["Your Name "] packages = [ { include = "trivial", from = "src" }, ] [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"