comparison README.rst @ 167:ddefcc20367c

More static and/or dynamic metadata into README and project's init: release date, revision. While there bump the version to 3.0.0.dev1.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 10 May 2026 15:27:18 +0200
parents 6a7dace0141e
children 94384bbcf1aa
comparison
equal deleted inserted replaced
166:6a7dace0141e 167:ddefcc20367c
1 .. -*- coding: utf-8 -*- 1 .. -*- coding: utf-8 -*-
2 2
3 ***************************************** 3 *****************************************
4 README -- Pseudocode Lexer for Pygments 4 README -- Pseudocode Lexer for Pygments
5 ***************************************** 5 *****************************************
6
7 :Version: 3.0.0.dev1
8 :Date: |VCSJustDate|
9 :Revision: |VCSRevision|
10 :License: MIT License
6 11
7 This package contains `Pygments`_ lexers for some basic pseudocode. 12 This package contains `Pygments`_ lexers for some basic pseudocode.
8 13
9 Initially a fork of `pygments-lexer-pseudocode` it has been considerably 14 Initially a fork of `pygments-lexer-pseudocode` it has been considerably
10 changed and expanded. 15 changed and expanded.