From e402e844c916908a8999db886b57e20bb70a34a1 Mon Sep 17 00:00:00 2001 From: Kharec Date: Sun, 14 Dec 2025 16:56:13 +0100 Subject: [PATCH] feat: add entrypoint --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e3caee3..8679652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,6 @@ dependencies = [ "atproto>=0.0.65", "pyyaml>=6.0", ] + +[project.scripts] +skywipe = "main:main" \ No newline at end of file