chore: clean pyproject.toml
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "skywipe"
|
name = "skywipe"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Clean your bluesky account with style"
|
description = "Clean your bluesky account"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = ["atproto>=0.0.65", "pyyaml>=6.0"]
|
||||||
"atproto>=0.0.65",
|
|
||||||
"pyyaml>=6.0",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
skywipe = "main:main"
|
skywipe = "main:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user