Small Changes

This commit is contained in:
2022-09-04 16:51:59 +02:00
parent 6405418f42
commit 5f6544e939
4 changed files with 14 additions and 9 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
.PHONY: publish
publish:
poetry publish --build --repository gitea
clean:
find . -type f -name "*.py[co]" -delete -or -type d -name "__pycache__" -delete -or -type -name "dist" -delete