41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"ProjectSettings": {
|
|
"Name": "set-version",
|
|
"Version": {
|
|
"Major": "2022",
|
|
"Minor": "6",
|
|
"Micro": "0"
|
|
},
|
|
"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": "2020 - 2022",
|
|
"CopyrightName": "sh-edraft.de",
|
|
"LicenseName": "MIT",
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
"Dependencies": [
|
|
"cpl-core>=2022.6.16.dev1"
|
|
],
|
|
"PythonVersion": ">=3.10.4",
|
|
"PythonPath": {},
|
|
"Classifiers": []
|
|
},
|
|
"BuildSettings": {
|
|
"ProjectType": "console",
|
|
"SourcePath": "",
|
|
"OutputPath": "../../dist",
|
|
"Main": "set_version.main",
|
|
"EntryPoint": "set-version",
|
|
"IncludePackageData": false,
|
|
"Included": [],
|
|
"Excluded": [
|
|
"*/__pycache__",
|
|
"*/logs",
|
|
"*/tests"
|
|
],
|
|
"PackageData": {},
|
|
"ProjectReferences": []
|
|
}
|
|
} |