build: update entrypoint

This commit is contained in:
2025-12-18 16:06:16 +01:00
parent 28a193078a
commit 6475a117e7

View File

@@ -7,4 +7,4 @@ requires-python = ">=3.13"
dependencies = ["atproto>=0.0.65", "pyyaml>=6.0"]
[project.scripts]
skywipe = "main:main"
skywipe = "skywipe.cli:main"