From bfe32566fff9678468b49e792f5393869f3ea739 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 12 Oct 2025 11:42:50 +0200 Subject: Switch from poetry to uv --- scripts/pyproject.toml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'scripts/pyproject.toml') diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 5c09cac5..8e4ea4c7 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -1,19 +1,12 @@ -[tool.poetry] +[project] name = "p7s" -version = "0.1.0" -description = "" -authors = ["alex "] +requires-python = ">=3.11" +version = "0" +dependencies = [ + "httpx>=0.28.1", +] -[tool.poetry.dependencies] -python = "^3.9" -httpx = "^0.28.1" - - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" - -[tool.poetry.scripts] +[project.scripts] ruscreen = 'p7s.ruscreen:main' setup-bash = 'p7s.bash:setup_bash' setup-bitlbee = 'p7s.bitlbee:setup_bitlbee' @@ -26,3 +19,6 @@ setup-ubpkg = 'p7s.ubpkg:setup_ubpkg' setup-x12 = 'p7s.x12:setup_x12' senpai = 'p7s.senpai:main' ledger = 'p7s.ledger:main' + +[tool.uv] +package = true -- cgit v1.2.3