This commit is contained in:
JOLIMAITRE Matthieu 2024-05-21 03:19:53 +02:00
commit f4c09d21fe
18 changed files with 443 additions and 0 deletions

9
setup.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
python3 -m venv venv
source venv/bin/activate
# dev dependencies
python -m pip install mypy build setuptools twine