mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00

We didn't need them before, but as the flake template now refers to stuff which uses these files to evaluate we must add them to the repo.
15 lines
272 B
TOML
15 lines
272 B
TOML
[tool.poetry]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|