48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"ProjectSettings": {
|
|
"Name": "sh_cpl",
|
|
"Version": {
|
|
"Major": "2021",
|
|
"Minor": "04",
|
|
"Micro": "01"
|
|
},
|
|
"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": [
|
|
"mysql-connector==2.2.9",
|
|
"psutil==5.8.0",
|
|
"pyfiglet==0.8.post1",
|
|
"pynput==1.7.3",
|
|
"SQLAlchemy==1.3.23",
|
|
"setuptools==54.1.1",
|
|
"tabulate==0.8.9",
|
|
"termcolor==1.1.0",
|
|
"watchdog==2.0.2"
|
|
],
|
|
"PythonVersion": ">=3.8",
|
|
"Classifiers": []
|
|
},
|
|
"BuildSettings": {
|
|
"SourcePath": "src",
|
|
"OutputPath": "dist",
|
|
"Main": "cpl_cli.main",
|
|
"EntryPoint": "cpl",
|
|
"IncludePackageData": "False",
|
|
"Included": [
|
|
"*/templates"
|
|
],
|
|
"Excluded": [
|
|
"*/__pycache__",
|
|
"*/logs",
|
|
"*/tests"
|
|
],
|
|
"PackageData": {}
|
|
}
|
|
} |