Files
revpi-middleware/src/revpi_middleware/__init__.py
Sven Sager cc5eb516bf 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.
2025-04-17 12:06:14 +02:00

6 lines
219 B
Python

# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: 2025 KUNBUS GmbH
# SPDX-License-Identifier: GPL-2.0-or-later
"""Package: revpi_middleware."""
from .__about__ import __author__, __copyright__, __license__, __version__