sh_cpl/unittests/unittests_translation/unittests_translation.json

47 lines
1003 B
JSON
Raw Normal View History

2022-07-10 17:56:38 +02:00
{
"ProjectSettings": {
"Name": "unittests_translation",
"Version": {
"Major": "2022",
2022-09-18 11:37:50 +02:00
"Minor": "10",
"Micro": "rc2"
2022-07-10 17:56:38 +02:00
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
2022-09-18 11:37:50 +02:00
"cpl-core>=2022.10.rc2",
"cpl-translation>=2022.10.rc2"
2022-07-10 17:56:38 +02:00
],
"DevDependencies": [
2022-09-18 11:37:50 +02:00
"cpl-cli>=2022.10.rc2"
2022-07-10 17:56:38 +02:00
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "unittest",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "unittests_translation.main",
"EntryPoint": "unittests_translation",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}