Improved project files

This commit is contained in:
2021-11-26 07:55:13 +01:00
parent e69955e6d2
commit afd024e991
6 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
database sh-edraft Gismo - database core
cpl-extension sh-edraft Gismo - cpl extension - database core
~~~~~~~~~~~~~~~~~~~
sh-edraft Dicord bot Gismo - database implementation of cpl.database
@@ -11,7 +11,7 @@ sh-edraft Dicord bot Gismo - database implementation of cpl.database
"""
__title__ = 'database'
__title__ = 'cpl_extension'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -1,6 +1,6 @@
{
"ProjectSettings": {
"Name": "database",
"Name": "cpl-extension",
"Version": {
"Major": "0",
"Minor": "1",
@@ -8,7 +8,7 @@
},
"Author": "Sven Heidemann",
"AuthorEmail": "sven.heidemann@sh-edraft.de",
"Description": "sh-edraft Gismo - database core",
"Description": "sh-edraft Gismo - cpl extension - database core",
"LongDescription": "sh-edraft Dicord bot Gismo - database implementation of cpl.database",
"URL": "https://www.sh-edraft.de",
"CopyrightDate": "2021 - 2022",
@@ -29,8 +29,8 @@
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "database.main",
"EntryPoint": "database",
"Main": "",
"EntryPoint": "",
"IncludePackageData": false,
"Included": [],
"Excluded": [

View File

@@ -1,17 +1,17 @@
# -*- coding: utf-8 -*-
"""
modules/boot-log sh-edraft Gismo - Boot log
gismo sh-edraft Gismo
~~~~~~~~~~~~~~~~~~~
sh-edraft Dicord bot Gismo - Boot log
sh-edraft Dicord bot Gismo
:copyright: (c) 2021 - 2022 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
__title__ = 'boot_log'
__title__ = 'modules.boot_log'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de'

View File

@@ -28,7 +28,7 @@
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"OutputPath": "../../../dist",
"Main": "modules/_boot_log.main",
"EntryPoint": "modules/boot-log",
"IncludePackageData": false,