poetry2nix/tests/option/pyproject.toml

15 lines
403 B
TOML

[tool.poetry]
name = "test-option"
version = "0.1.0"
description = "Test of python option package"
authors = ["Pegasust <pegasucksgg@gmail.com>"]
homepage = "https://github.com/MaT1g3R/option"
documentation = "https://mat1g3r.github.io/option/option.html"
[tool.poetry.dependencies]
python = "^3.7"
option = "^2.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"