Add Poetry

This commit is contained in:
n07070 2023-11-17 00:59:34 +01:00
parent dc600aa619
commit 688e3cf14b
1 changed files with 20 additions and 0 deletions

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[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"