sh_cpl/src/cpl_core/cpl-core.json
2022-05-25 19:38:38 +02:00

53 lines
1.2 KiB
JSON

{
"ProjectSettings": {
"Name": "cpl-core",
"Version": {
"Major": "2022",
"Minor": "6",
"Micro": "16.dev1"
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Common Python library",
"LongDescription": "sh-edraft Common Python library",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2020 - 2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"art==5.6",
"colorama==0.4.4",
"mysql-connector==2.2.9",
"psutil==5.9.0",
"packaging==21.3",
"pynput==1.7.6",
"setuptools==62.1.0",
"tabulate==0.8.9",
"termcolor==1.1.0",
"watchdog==2.1.7",
"wheel==0.37.1"
],
"PythonVersion": ">=3.10",
"PythonPath": {},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "",
"EntryPoint": "",
"IncludePackageData": true,
"Included": [
"*/templates"
],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}