doing the wheel

This commit is contained in:
maoake
2026-04-01 22:31:08 +02:00
parent be997c5d17
commit 2edf61affa
13 changed files with 58 additions and 55 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ debug:
uv pdb python3 a_maze_ing.py config.txt
clean:
rm -rf */**/__pycache__ __pycache__ .mypy_cache .venv dist build */**/*.egg-info *.egg-info test.txt
rm -rf */**/__pycache__ */__pycache__ __pycache__ .mypy_cache .venv dist build */**/*.egg-info */*.egg-info *.egg-info test.txt
fclean: clean
rm mazegen-1.0.0-py3-none-any.whl