Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff pygments_lexer_pseudocode2/__init__.py @ 32:eaa99d5c719a
FIX: Add forgotten package file because the old one has been renamed
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 21 Apr 2026 12:15:22 +0200 |
| parents | |
| children | ddefcc20367c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pygments_lexer_pseudocode2/__init__.py Tue Apr 21 12:15:22 2026 +0200 @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +# :- +# SPDX-FileCopyrightText: © 2026 Franz Glasner +# SPDX-License-Identifier: MIT +# :- +r""" +:Author: Franz Glasner +:Copyright: © 2026 Franz Glasner +:License: MIT License. + See :file:`MIT.txt` for details. + If you cannot find MIT.txt see + <http://opensource.org/licenses/MIT>. +""" + +__version__ = "2.0.1"
