sh_cpl/tests/generated/simple-di/src/simple_di/simple-di.json

43 lines
858 B
JSON
Raw Normal View History

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