26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"ProjectSettings": {
|
|
"Name": "sh_cpl",
|
|
"Author": "Sven Heidemann",
|
|
"Description": "Common Python Library",
|
|
"LongDescription": "Common Python Library",
|
|
"CopyrightDate": "2020",
|
|
"CopyrightName": "sh-edraft.de",
|
|
"LicenseName": "MIT",
|
|
"LicenseDescription": ", see LICENSE for more details.",
|
|
"Version": {
|
|
"Major": "2021",
|
|
"Minor": "04",
|
|
"Micro": "01"
|
|
},
|
|
"SourcePath": "./cpl",
|
|
"DistPath": "../dist",
|
|
"Included": [
|
|
"./cpl_cli"
|
|
],
|
|
"Excluded": [
|
|
"__pycache__",
|
|
"logs"
|
|
]
|
|
}
|
|
} |