poetry2nix/tests/option/pyproject.toml
2023-03-24 12:11:54 +13:00

15 lines
399 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>=0.12"]
build-backend = "poetry.masonry.api"