Mercurial > hgrepos > Python > apps > py-cutils
view _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 source
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__"]
