feat: Add python base project files
These files create a callable Python package and manage the version number of the complete project in the __about__.py file only. All other parts, including Makefile, will use that version number.
This commit is contained in:
8
src/revpi_middleware/__about__.py
Normal file
8
src/revpi_middleware/__about__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# SPDX-FileCopyrightText: 2025 KUNBUS GmbH
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
"""Metadata of package."""
|
||||
__author__ = "Sven Sager"
|
||||
__copyright__ = "Copyright (C) 2025 KUNBUS GmbH"
|
||||
__license__ = " GPL-2.0-or-later"
|
||||
__version__ = "0.0.1"
|
||||
Reference in New Issue
Block a user