sh_cpl/src/cpl_core/cpl-core.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2021-04-07 18:19:34 +02:00
{
"ProjectSettings": {
2022-04-30 16:33:30 +02:00
"Name": "cpl-core",
2021-04-07 18:19:34 +02:00
"Version": {
2022-04-30 16:41:52 +02:00
"Major": "2022",
2022-04-30 16:33:30 +02:00
"Minor": "6",
"Micro": "17.dev8"
2021-04-07 18:19:34 +02:00
},
"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",
2022-04-30 16:33:30 +02:00
"CopyrightDate": "2020 - 2022",
2021-04-07 18:19:34 +02:00
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
2022-04-30 16:41:52 +02:00
"art==5.6",
2021-04-07 18:19:34 +02:00
"colorama==0.4.4",
"mysql-connector==2.2.9",
"psutil==5.9.0",
2021-11-30 11:20:15 +01:00
"packaging==21.3",
"pynput==1.7.6",
2022-04-30 16:41:52 +02:00
"setuptools==62.1.0",
2021-04-07 18:19:34 +02:00
"tabulate==0.8.9",
"termcolor==1.1.0",
2022-04-30 16:41:52 +02:00
"watchdog==2.1.7",
"wheel==0.37.1"
2021-04-07 18:19:34 +02:00
],
2022-06-27 20:07:52 +02:00
"DevDependencies": [],
2022-04-30 17:15:26 +02:00
"PythonVersion": ">=3.10",
2021-04-07 18:19:34 +02:00
"PythonPath": {},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
2021-04-07 18:19:34 +02:00
"Main": "",
"EntryPoint": "",
2021-04-07 18:19:34 +02:00
"IncludePackageData": true,
"Included": [
"*/templates"
],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
2021-04-07 18:19:34 +02:00
}
}