48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
|
{
|
||
|
"ProjectSettings": {
|
||
|
"Name": "gismo-cli",
|
||
|
"Version": {
|
||
|
"Major": "0",
|
||
|
"Minor": "1",
|
||
|
"Micro": "0"
|
||
|
},
|
||
|
"Author": "Sven Heidemann",
|
||
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
||
|
"Description": "sh-edraft Gismo CLI",
|
||
|
"LongDescription": "sh-edraft Dicord bot Gismo CLI",
|
||
|
"URL": "https://www.sh-edraft.de",
|
||
|
"CopyrightDate": "2021 - 2022",
|
||
|
"CopyrightName": "sh-edraft.de",
|
||
|
"LicenseName": "MIT",
|
||
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
||
|
"Dependencies": [
|
||
|
"sh_cpl-core>=2021.10.2",
|
||
|
"sh_cpl-query>=2021.10.2"
|
||
|
],
|
||
|
"PythonVersion": ">=3.9.2",
|
||
|
"PythonPath": {
|
||
|
"linux": "../../venv/bin/python"
|
||
|
},
|
||
|
"Classifiers": []
|
||
|
},
|
||
|
"BuildSettings": {
|
||
|
"ProjectType": "console",
|
||
|
"SourcePath": "",
|
||
|
"OutputPath": "../../dist",
|
||
|
"Main": "gismo.main",
|
||
|
"EntryPoint": "gismo",
|
||
|
"IncludePackageData": false,
|
||
|
"Included": [],
|
||
|
"Excluded": [
|
||
|
"*/__pycache__",
|
||
|
"*/logs",
|
||
|
"*/tests"
|
||
|
],
|
||
|
"PackageData": {
|
||
|
"cpl_cli": [
|
||
|
"*.json"
|
||
|
]
|
||
|
},
|
||
|
"ProjectReferences": []
|
||
|
}
|
||
|
}
|