Added build command

This commit is contained in:
2021-03-04 21:57:18 +01:00
parent 700bf9c937
commit 83d0451591
10 changed files with 333 additions and 30 deletions

View File

@@ -1,11 +1,24 @@
{
"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"
"Major": "2021",
"Minor": "04",
"Micro": "01"
},
"ExcludedFiles": [],
"DistPath": "../../dist"
"SourcePath": "./",
"DistPath": "../../dist",
"Included": [],
"Excluded": [
"__pycache__",
"logs"
]
}
}