build: add pyproject.toml
This commit is contained in:
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
@@ -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",
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user