diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9ca050f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "skywipe" +version = "0.1.0" +description = "Clean your bluesky account with style" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "atproto>=0.0.65", +]