mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
7 lines
193 B
Python
7 lines
193 B
Python
# -*- coding: utf-8 -*-
|
|
"""Metadata of package."""
|
|
__author__ = "Sven Sager <akira@revpimodio.org>"
|
|
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
|
__license__ = "LGPLv2"
|
|
__version__ = "2.7.1"
|