mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
Add __about__.py to handle version number of project in one place
This commit is contained in:
6
src/revpimodio2/__about__.py
Normal file
6
src/revpimodio2/__about__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Metadata of package."""
|
||||
__author__ = "Sven Sager <akira@revpimodio.org>"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "LGPLv2"
|
||||
__version__ = "2.6.0rc5"
|
||||
@@ -22,9 +22,8 @@ __all__ = [
|
||||
__author__ = "Sven Sager <akira@revpimodio.org>"
|
||||
__copyright__ = "Copyright (C) 2023 Sven Sager"
|
||||
__license__ = "LGPLv2"
|
||||
__package__ = "revpimodio2"
|
||||
__version__ = "2.6.0rc4"
|
||||
|
||||
from .__about__ import __version__
|
||||
from ._internal import *
|
||||
from .helper import Cycletools, EventCallback
|
||||
from .io import IOEvent
|
||||
|
||||
Reference in New Issue
Block a user