build: package = true

This commit is contained in:
2025-12-23 04:55:49 +01:00
parent d026c53c0a
commit 6de91e2bb9

View File

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