2021-03-08 20:29:08 +01:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
2021-03-08 20:49:26 +01:00
|
|
|
"Name": "sh_cpl",
|
|
|
|
"Version": {
|
|
|
|
"Major": "2021",
|
|
|
|
"Minor": "04",
|
2021-03-29 15:59:05 +02:00
|
|
|
"Micro": "0rc1"
|
2021-03-08 20:29:08 +01:00
|
|
|
},
|
2021-03-08 20:49:26 +01: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",
|
|
|
|
"CopyrightDate": "2020 - 2021",
|
|
|
|
"CopyrightName": "sh-edraft.de",
|
|
|
|
"LicenseName": "MIT",
|
|
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
|
|
"Dependencies": [
|
2021-03-16 21:50:16 +01:00
|
|
|
"colorama==0.4.4",
|
2021-03-13 21:39:59 +01:00
|
|
|
"mysql-connector==2.2.9",
|
|
|
|
"psutil==5.8.0",
|
2021-03-15 18:25:53 +01:00
|
|
|
"packaging==20.9",
|
2021-03-13 21:39:59 +01:00
|
|
|
"pyfiglet==0.8.post1",
|
|
|
|
"pynput==1.7.3",
|
2021-03-29 16:06:54 +02:00
|
|
|
"SQLAlchemy==1.4.3",
|
|
|
|
"setuptools==54.2.0",
|
2021-03-13 21:39:59 +01:00
|
|
|
"tabulate==0.8.9",
|
|
|
|
"termcolor==1.1.0",
|
2021-03-21 20:01:50 +01:00
|
|
|
"watchdog==2.0.2",
|
|
|
|
"wheel==0.36.2"
|
2021-03-08 20:29:08 +01:00
|
|
|
],
|
2021-03-14 12:05:57 +01:00
|
|
|
"PythonVersion": ">=3.8",
|
2021-03-17 08:55:23 +01:00
|
|
|
"PythonPath": {},
|
2021-03-14 12:05:57 +01:00
|
|
|
"Classifiers": []
|
2021-03-08 20:29:08 +01:00
|
|
|
},
|
|
|
|
"BuildSettings": {
|
2021-03-08 21:52:11 +01:00
|
|
|
"SourcePath": "src",
|
2021-03-08 20:49:26 +01:00
|
|
|
"OutputPath": "dist",
|
|
|
|
"Main": "cpl_cli.main",
|
|
|
|
"EntryPoint": "cpl",
|
2021-03-17 09:12:10 +01:00
|
|
|
"IncludePackageData": true,
|
2021-03-10 14:16:03 +01:00
|
|
|
"Included": [
|
|
|
|
"*/templates"
|
|
|
|
],
|
2021-03-08 20:49:26 +01:00
|
|
|
"Excluded": [
|
2021-03-08 20:29:08 +01:00
|
|
|
"*/__pycache__",
|
2021-03-09 21:07:47 +01:00
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
2021-03-16 18:28:31 +01:00
|
|
|
"PackageData": {
|
|
|
|
"cpl_cli": [
|
|
|
|
"*.json"
|
|
|
|
]
|
|
|
|
}
|
2021-03-08 20:29:08 +01:00
|
|
|
}
|
|
|
|
}
|