bean spiller

This commit is contained in:
Q
2023-01-22 13:31:46 +02:00
parent 115f631743
commit cd37185d2a
6 changed files with 251 additions and 8 deletions

View File

@@ -22,10 +22,7 @@ pipx: ## Install all packages with pipx
for module in *; do if [ -f $$module/setup.py ]; then pipx install $$module; fi; done
format: ## Reformat packages with black
black SimpleWebPage/
black TSVFilter/
black markslider/
black ffmpeg-parser/
for module in *; do if [ -f $$module/setup.py ]; then black $$module/; fi; done
tar-SimpleWebPage: clean ## Create package for SimpleWebPage
tar czf SimpleWebPage.tgz SimpleWebPage/