Files
cpl/src/tests/custom/general/cpl.json

24 lines
563 B
JSON

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