sh_cpl/unittests/unittests_cli/unittests_cli.json

43 lines
904 B
JSON
Raw Normal View History

2022-05-26 13:37:15 +02:00
{
"ProjectSettings": {
"Name": "unittest_cli",
"Version": {
2022-05-26 16:03:14 +02:00
"Major": "2022",
2022-09-18 11:37:50 +02:00
"Minor": "10",
2022-09-30 15:39:41 +02:00
"Micro": "0"
2022-05-26 13:37:15 +02:00
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
2022-09-30 15:39:41 +02:00
"cpl-core>=2022.10.0",
"cpl-cli>=2022.10.0"
2022-05-26 13:37:15 +02:00
],
"PythonVersion": ">=3.10.4",
2022-12-01 12:25:36 +01:00
"PythonPath": {},
2022-07-10 17:56:38 +02:00
"Classifiers": [],
"DevDependencies": []
2022-05-26 13:37:15 +02:00
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
2022-05-26 14:47:36 +02:00
"Main": "unittest_cli.main",
"EntryPoint": "unittest_cli",
2022-05-26 13:37:15 +02:00
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}