Compare commits

..

2 Commits

Author SHA1 Message Date
6de91e2bb9 build: package = true 2025-12-23 04:55:49 +01:00
d026c53c0a chore: update uv.lock 2025-12-23 04:55:42 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ dev = ["pytest>=8.0"]
[project.scripts] [project.scripts]
skywipe = "skywipe.cli:main" skywipe = "skywipe.cli:main"
[tool.uv]
package = true
[tool.pytest.ini_options] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]
pythonpath = ["."]

2
uv.lock generated
View File

@@ -430,7 +430,7 @@ wheels = [
[[package]] [[package]]
name = "skywipe" name = "skywipe"
version = "0.1.0" version = "0.1.0"
source = { virtual = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "atproto" }, { name = "atproto" },
{ name = "pyyaml" }, { name = "pyyaml" },