tlem / pyproject.toml
facat's picture
upd
8af54b8
raw
history blame
253 Bytes
[tool.poetry]
name = "tlem"
version = "0.1.0"
description = ""
authors = ["fecet <xiezej@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"