Added build command
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user