From 2395f60d11e96769de6d0fbac4cebaeb7cb0f7a2 Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 18 Dec 2025 13:47:39 +0100 Subject: [PATCH] chore: clean pyproject.toml --- pyproject.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8679652..779f4c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,10 @@ [project] name = "skywipe" version = "0.1.0" -description = "Clean your bluesky account with style" +description = "Clean your bluesky account" readme = "README.md" requires-python = ">=3.13" -dependencies = [ - "atproto>=0.0.65", - "pyyaml>=6.0", -] +dependencies = ["atproto>=0.0.65", "pyyaml>=6.0"] [project.scripts] -skywipe = "main:main" \ No newline at end of file +skywipe = "main:main"