1
1
mirror of https://gitlab.com/ceda_ei/Quadnite-Bot synced 2026-05-06 05:40:04 +02:00

Add core structure for DeltaChat port

This commit is contained in:
2026-05-04 18:25:48 +02:00
parent 7cf9689420
commit bdd3a11cec
9 changed files with 211 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "quadnite-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Irene Sheen", email = "ceda_ei@webionite.com" }
]
requires-python = ">=3.13"
dependencies = [
"deltabot-cli>=8.1.0",
]
[project.scripts]
quadnite-bot = "quadnite_bot:main"
[build-system]
requires = ["uv_build>=0.11.7,<0.12.0"]
build-backend = "uv_build"