mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
15 lines
403 B
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"
|