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