Publish 2021.4.1.post12

This commit is contained in:
2021-03-17 09:06:07 +01:00
parent a2313ac952
commit 63599a9ade
29 changed files with 58 additions and 56 deletions

View File

@@ -16,9 +16,10 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"sh_cpl==2021.4.1.post7"
"sh_cpl==2021.4.1.post12"
],
"PythonVersion": ">=3.9.2",
"PythonPath": "/home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_common_py_lib/src/tests/custom/general/../../../../cpl-env/bin/python3.9",
"Classifiers": []
},
"BuildSettings": {
@@ -26,7 +27,7 @@
"OutputPath": "dist",
"Main": "main",
"EntryPoint": "cpl-test",
"IncludePackageData": "False",
"IncludePackageData": true,
"Included": [],
"Excluded": [
"*/__pycache__",

View File

@@ -21,7 +21,8 @@
],
"PythonVersion": ">=3.8",
"PythonPath": {
"linux": "../../../../cpl-env/bin/python3.9"
"linux": "../../../../cpl-env/bin/python3.9",
"win32": ""
},
"Classifiers": []
},