Add Flit and change namer

This commit is contained in:
Andras Schmelczer 2022-07-05 10:45:51 +02:00
parent 50db7b8cb2
commit f188724d4b
13 changed files with 138 additions and 119 deletions

4
.vscode/tasks.json vendored
View file

@ -4,9 +4,9 @@
{
"label": "Format and lint",
"type": "shell",
"command": "source .env/bin/activate && scripts/format-python.sh .",
"command": "source .env/bin/activate && scripts/format-python.sh . tests",
"windows": {
"command": ".env\\bin\\activate.bat; scripts\\format-python.sh ."
"command": ".env\\bin\\activate.bat; scripts\\format-python.sh . tests"
},
"group": "test",
"presentation": {