sh_cpl/cpl.json

50 lines
1.2 KiB
JSON
Raw Normal View History

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-15 18:50:53 +01:00
"Micro": "01-7"
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-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",
"SQLAlchemy==1.3.23",
2021-03-14 11:54:03 +01:00
"setuptools==54.1.1",
2021-03-13 21:39:59 +01:00
"tabulate==0.8.9",
"termcolor==1.1.0",
"watchdog==2.0.2"
2021-03-08 20:29:08 +01:00
],
2021-03-14 12:05:57 +01:00
"PythonVersion": ">=3.8",
2021-03-14 13:22:10 +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",
"IncludePackageData": "False",
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-10 08:09:56 +01:00
"PackageData": {}
2021-03-08 20:29:08 +01:00
}
}