From d6419718233a41aaa9a444851dd112998c60d858 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Fri, 23 Jan 2026 18:27:19 +0100 Subject: chore: add script name, lower python requirement to 3.10 Signed-off-by: Vosjedev --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 08af9e4..a976dd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "Vosjedev",email = "vosje@vosjedev.net"} ] readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" dependencies = [ "cherrypy (>=18.10.0,<19.0.0)", "requests (>=2.32.5,<3.0.0)", @@ -16,6 +16,8 @@ dependencies = [ [tool.poetry] packages = [{include = "discord_image_bridge", from = "src"}] +[tool.poetry.scripts] +discord_image_bridge = "discord_image_bridge:run" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] -- cgit