aboutsummarybugs & patchesrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
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"]