This repository has been archived on 2022-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
sh_gismo/src/modules_core/modules-core.json

43 lines
865 B
JSON
Raw Normal View History

2021-11-15 00:52:49 +01:00
{
"ProjectSettings": {
2021-11-15 01:22:20 +01:00
"Name": "modules-core",
2021-11-15 00:52:49 +01:00
"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": "modules_core.main",
2021-11-15 01:22:20 +01:00
"EntryPoint": "modules-core",
2021-11-15 00:52:49 +01:00
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}