copy sources from branch develop/0.1.0

This commit is contained in:
Thomas Peetz
2025-04-24 16:05:05 +02:00
committed by Thomas Peetz
parent cb0fa3f728
commit c222d4cd7a
18 changed files with 1512 additions and 231 deletions
+2 -6
View File
@@ -1,9 +1,7 @@
.PHONY: clean
clean:
find . -name '*.py[co]' -delete
.PHONY: test
test:
python -m pytest \
-v \
@@ -12,8 +10,6 @@ test:
--cov-report=html:coverage-report \
tests/
.PHONY: build
build:
uv sync
uv build
docker: clean
docker build -t kontor:latest .