sh_cpl/tests/custom/database/cpl.json

40 lines
793 B
JSON
Raw Normal View History

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