Refactored code #44

This commit is contained in:
Nick Jungmann 2022-11-17 23:02:27 +01:00
parent 7c79c6f992
commit e6fc41090a
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,10 @@
"Scripts": {
"sv": "cpl set-version",
"set-version": "cpl run set-version $ARGS; echo '';",
"gv": "cpl get-version",
"get-version": "export VERSION=$(cpl run get-version); echo $VERSION;",
"pre-build": "cpl set-version $ARGS",
"post-build": "cpl run post-build",

View File

@ -22,9 +22,7 @@
"cpl-cli>=2022.10.0"
],
"PythonVersion": ">=3.10.6",
"PythonPath": {
"win32": ""
},
"PythonPath": {},
"Classifiers": []
},
"BuildSettings": {