48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
|
{
|
||
|
"ProjectSettings": {
|
||
|
"Name": "cpl-discord",
|
||
|
"Version": {
|
||
|
"Major": "2022",
|
||
|
"Minor": "7",
|
||
|
"Micro": "0"
|
||
|
},
|
||
|
"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": [
|
||
|
"cpl-core>=2022.7.0",
|
||
|
"discord.py==1.7.3",
|
||
|
"cpl-query==2022.6.0"
|
||
|
],
|
||
|
"DevDependencies": [
|
||
|
"cpl-cli>=2022.7.0"
|
||
|
],
|
||
|
"PythonVersion": ">=3.10.4",
|
||
|
"PythonPath": {
|
||
|
"linux": ""
|
||
|
},
|
||
|
"Classifiers": []
|
||
|
},
|
||
|
"BuildSettings": {
|
||
|
"ProjectType": "library",
|
||
|
"SourcePath": "",
|
||
|
"OutputPath": "../../dist",
|
||
|
"Main": "cpl_discord.main",
|
||
|
"EntryPoint": "cpl-discord",
|
||
|
"IncludePackageData": false,
|
||
|
"Included": [],
|
||
|
"Excluded": [
|
||
|
"*/__pycache__",
|
||
|
"*/logs",
|
||
|
"*/tests"
|
||
|
],
|
||
|
"PackageData": {},
|
||
|
"ProjectReferences": []
|
||
|
}
|
||
|
}
|