2022-07-16 12:12:52 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "cpl-discord",
|
|
|
|
"Version": {
|
|
|
|
"Major": "2022",
|
2022-09-10 10:27:31 +02:00
|
|
|
"Minor": "10",
|
|
|
|
"Micro": "1"
|
2022-07-16 12:12:52 +02:00
|
|
|
},
|
|
|
|
"Author": "Sven Heidemann",
|
|
|
|
"AuthorEmail": "sven.heidemann@sh-edraft.de",
|
|
|
|
"Description": "sh-edraft Common Python library Discord",
|
|
|
|
"LongDescription": "sh-edraft Common Python library link between discord.py and CPL",
|
|
|
|
"URL": "https://www.sh-edraft.de",
|
|
|
|
"CopyrightDate": "2021 - 2022",
|
|
|
|
"CopyrightName": "sh-edraft.de",
|
|
|
|
"LicenseName": "MIT",
|
|
|
|
"LicenseDescription": "MIT, see LICENSE for more details.",
|
|
|
|
"Dependencies": [
|
2022-07-16 19:37:40 +02:00
|
|
|
"cpl-core>=2022.7.0.post2",
|
2022-09-10 10:27:31 +02:00
|
|
|
"discord.py==2.0.1",
|
2022-07-16 19:23:00 +02:00
|
|
|
"cpl-query==2022.7.0"
|
2022-07-16 12:12:52 +02:00
|
|
|
],
|
|
|
|
"DevDependencies": [
|
2022-07-16 19:37:40 +02:00
|
|
|
"cpl-cli>=2022.7.0.post2"
|
2022-07-16 12:12:52 +02:00
|
|
|
],
|
|
|
|
"PythonVersion": ">=3.10.4",
|
|
|
|
"PythonPath": {
|
|
|
|
"linux": ""
|
|
|
|
},
|
|
|
|
"Classifiers": []
|
|
|
|
},
|
|
|
|
"BuildSettings": {
|
|
|
|
"ProjectType": "library",
|
|
|
|
"SourcePath": "",
|
|
|
|
"OutputPath": "../../dist",
|
2022-07-16 16:15:52 +02:00
|
|
|
"Main": "",
|
|
|
|
"EntryPoint": "",
|
2022-07-16 12:12:52 +02:00
|
|
|
"IncludePackageData": false,
|
|
|
|
"Included": [],
|
|
|
|
"Excluded": [
|
|
|
|
"*/__pycache__",
|
|
|
|
"*/logs",
|
|
|
|
"*/tests"
|
|
|
|
],
|
|
|
|
"PackageData": {},
|
|
|
|
"ProjectReferences": []
|
|
|
|
}
|
|
|
|
}
|