sh_cpl/tests/generated/simple-app/src/simple_app/simple-app.json

41 lines
838 B
JSON
Raw Normal View History

2021-03-15 18:25:53 +01:00
{
"ProjectSettings": {
"Name": "simple-app",
2021-03-15 18:25:53 +01:00
"Version": {
"Major": "0",
"Minor": "0",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"sh_cpl==2021.4.1rc2"
2021-03-15 18:25:53 +01:00
],
"PythonVersion": ">=3.9.2",
2022-12-01 12:25:36 +01:00
"PythonPath": {},
2021-03-15 18:25:53 +01:00
"Classifiers": []
},
"BuildSettings": {
2021-03-30 11:54:44 +02:00
"ProjectType": "console",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "simple_app.main",
"EntryPoint": "simple-app",
"IncludePackageData": false,
2021-03-15 18:25:53 +01:00
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
2021-03-15 18:25:53 +01:00
}
}