13 lines
248 B
TOML
13 lines
248 B
TOML
[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",
|
|
"pyyaml>=6.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
skywipe = "main:main" |