Added new project

This commit is contained in:
2021-11-23 08:16:21 +01:00
parent 1d9a048117
commit 673554dd6d
6 changed files with 6 additions and 20 deletions

View File

@@ -0,0 +1 @@
# imports:

View File

@@ -0,0 +1,43 @@
{
"ProjectSettings": {
"Name": "multi_install",
"Version": {
"Major": "0",
"Minor": "0",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"sh_cpl>=2021.10.2"
],
"PythonVersion": ">=3.9.2",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "multi_install.main",
"EntryPoint": "multi_install",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}