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

38 lines
744 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": [
"sh_cpl==2021.4.1.post7"
2021-03-15 18:25:53 +01:00
],
"PythonVersion": ">=3.9.2",
"Classifiers": []
},
"BuildSettings": {
"SourcePath": "src",
"OutputPath": "dist",
"Main": "main",
"EntryPoint": "cpl-test",
"IncludePackageData": "False",
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {}
}
}