bipbot/pyproject.toml

21 lines
401 B
TOML

[tool.poetry]
name = "bipbot"
version = "0.1.0"
description = "A general purpose bot"
authors = ["nono <social@n07070.xyz>"]
license = "AGPLv3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[[tool.poetry.source]]
name = "Gitea"
url = "https://git.n07070.xyz/n07070/bipbot"
priority = "primary"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"