Removed unneccessary scripts

This commit is contained in:
Jonas Linter
2025-10-08 14:26:11 +02:00
parent 259243d44b
commit 9f0a77ca39
4 changed files with 1 additions and 354 deletions

View File

@@ -36,7 +36,7 @@ alpine-bits-server = "alpine_bits_python.main:main"
packages = ["src/alpine_bits_python"]
[tool.pytest.ini_options]
testpaths = ["test"]
testpaths = ["tests"]
pythonpath = ["src"]
[tool.ruff]