sh_discord_bot/kdb-bot/tools/checks/checks.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2023-01-19 19:34:03 +01:00
{
"ProjectSettings": {
"Name": "checks",
"Version": {
"Major": "1",
2023-08-16 07:43:23 +02:00
"Minor": "1",
2023-09-24 10:05:43 +02:00
"Micro": "2"
2023-01-19 19:34:03 +01:00
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "CPL internal tool to set version from branch name",
"LongDescription": "CPL internal tool to set version from branch name",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
2023-01-19 19:34:03 +01:00
"Dependencies": [
"cpl-core==2022.12.0"
2023-01-19 19:34:03 +01:00
],
"DevDependencies": [
"cpl-cli==2022.12.0"
2023-01-19 19:34:03 +01:00
],
"PythonVersion": ">=3.10.4",
"PythonPath": {},
2023-01-19 19:34:03 +01:00
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "checks.main",
"EntryPoint": "checks",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}