sh_cpl/src/tests/custom/cpl-test/cpl.json

39 lines
895 B
JSON
Raw Normal View History

2021-03-15 18:25:53 +01:00
{
"ProjectSettings": {
"Name": "cpl-test",
"Version": {
"Major": "0",
"Minor": "0",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
2021-03-17 09:13:59 +01:00
"sh_cpl==2021.4.1.post13"
2021-03-15 18:25:53 +01:00
],
"PythonVersion": ">=3.9.2",
2021-03-17 09:06:07 +01:00
"PythonPath": "/home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_common_py_lib/src/tests/custom/general/../../../../cpl-env/bin/python3.9",
2021-03-15 18:25:53 +01:00
"Classifiers": []
},
"BuildSettings": {
"SourcePath": "src",
"OutputPath": "dist",
"Main": "main",
"EntryPoint": "cpl-test",
2021-03-17 09:06:07 +01:00
"IncludePackageData": true,
2021-03-15 18:25:53 +01:00
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {}
}
}