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,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,