First version

This commit is contained in:
2023-05-01 07:04:56 +02:00
parent e353306129
commit 20c5d9c4ba
8 changed files with 361 additions and 3 deletions

9
build.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
if [ "$1" = "clean" ]; then
rm -rf build
rm -rf dist
rm -rf *.egg-info
fi
python -m build .