Improved projects files

This commit is contained in:
2021-11-15 01:27:32 +01:00
parent 056335e84b
commit 744501b3c2
7 changed files with 67 additions and 77 deletions

View File

@@ -3,24 +3,25 @@
"Name": "database",
"Version": {
"Major": "0",
"Minor": "0",
"Minor": "1",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Gismo - database core",
"LongDescription": "sh-edraft Dicord bot Gismo - database implementation of cpl.database",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2021 - 2022",
"CopyrightName": "sh-edraft.de",
"LicenseName": "MIT",
"LicenseDescription": "MIT, see LICENSE for more details.",
"Dependencies": [
"sh_cpl>=2021.10.2"
"sh_cpl-core>=2021.10.2",
"sh_cpl-query>=2021.10.2"
],
"PythonVersion": ">=3.9.2",
"PythonPath": {
"linux": ""
"linux": "../../venv/bin/python"
},
"Classifiers": []
},