2022-06-29 19:04:01 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "cpl-translation",
|
|
|
|
"Version": {
|
|
|
|
"Major": "2022",
|
|
|
|
"Minor": "8",
|
2022-06-29 20:03:13 +02:00
|
|
|
"Micro": "1.dev7"
|
2022-06-29 19:04:01 +02:00
|
|
|
},
|
|
|
|
"Author": "Sven Heidemann",
|
|
|
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
|
|
|
"Description": "sh-edraft Common Python library Translation",
|
2022-06-29 20:03:13 +02:00
|
|
|
"LongDescription": "sh-edraft Common Python library Python Translation",
|
2022-06-29 19:04:01 +02:00
|
|
|
"URL": "https://www.sh-edraft.de",
|
|
|
|
"CopyrightDate": "2022",
|
|
|
|
"CopyrightName": "sh-edraft.de",
|
|
|
|
"LicenseName": "MIT",
|
|
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
|
|
"Dependencies": [
|
2022-06-29 20:03:13 +02:00
|
|
|
"cpl-core>=2022.8.1.dev7"
|
2022-06-29 19:04:01 +02:00
|
|
|
],
|
|
|
|
"DevDependencies": [
|
|
|
|
"cpl-cli>=2022.6.0"
|
|
|
|
],
|
|
|
|
"PythonVersion": ">=3.10.4",
|
|
|
|
"PythonPath": {
|
|
|
|
"linux": "../../venv/bin/python"
|
|
|
|
},
|
|
|
|
"Classifiers": []
|
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "library",
|
|
|
|
"SourcePath": "",
|
|
|
|
"OutputPath": "../../dist",
|
|
|
|
"Main": "cpl_translation.main",
|
|
|
|
"EntryPoint": "cpl-translation",
|
|
|
|
"IncludePackageData": false,
|
|
|
|
"Included": [],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {},
|
|
|
|
"ProjectReferences": []
|
|
|
|
}
|
|
|
|
}
|