From 3562ed767dbddfbcac321c7006962e1283eb63af Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 15 Oct 2024 19:57:34 +0400 Subject: add files for rye project manager --- pyproject.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e9088fd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,26 @@ +[project] +name = "basealt-bot-frontend" +version = "0.1.0" +description = "Add your description here" +authors = [ + { name = "Andrew Guschin", email = "guschin@altlinux.org" } +] +dependencies = [ + "python-telegram-bot==12.3.0", + "requests==2.22.0", +] +requires-python = ">= 3.8" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.rye] +managed = true +dev-dependencies = [] + +[tool.hatch.metadata] +allow-direct-references = true + +[tool.hatch.build.targets.wheel] +packages = ["src/basealt_bot_frontend"] -- cgit v1.2.3