poetry2nix/tests/option/pyproject.toml

16 lines
399 B
TOML
Raw Normal View History

2023-03-15 10:28:52 -07:00
[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>=0.12"]
build-backend = "poetry.masonry.api"