diff _cutils.py @ 30:ffcce6062bee

Put the version number info the optinal common module _cutils.py
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 07 Dec 2020 09:30:53 +0100
parents
children b80519d58345
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_cutils.py	Mon Dec 07 09:30:53 2020 +0100
@@ -0,0 +1,15 @@
+r"""
+:Author:    Franz Glasner
+:Copyright: (c) 2020 Franz Glasner.
+            All rights reserved.
+:License:   BSD 3-Clause "New" or "Revised" License.
+            See :ref:`LICENSE <license>` for details.
+            If you cannot find LICENSE see
+            <https://opensource.org/licenses/BSD-3-Clause>
+:ID:        @(#) $HGid$
+
+"""
+
+__version__ = "0.1"
+
+__all__ = ["__version__"]