diff pyproject.toml @ 120:ef68b3769be5

Convert/rename README.md to README.rst and enhance it considerably
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 06 May 2026 15:28:25 +0200
parents 6457d04a4e3a
children a4317957148b
line wrap: on
line diff
--- a/pyproject.toml	Wed May 06 15:16:48 2026 +0200
+++ b/pyproject.toml	Wed May 06 15:28:25 2026 +0200
@@ -4,11 +4,11 @@
 
 [project]
 name = "pygments-lexer-pseudocode2"
-description = "Pygments Lexer for a french pseudocode"
+description = "Pygments Lexer for Pseudocode"
 license = { file = "LICENSES/MIT.txt" }
 authors = [
+  {name = "Franz Glasner", email = "fzglas.hg@dom66.de"},
   {name = "Simon Wachter", email = "simon@wachter.me"},
-  {name = "Franz Glasner", email = "fzglas.hg@dom66.de"},
 ]
 classifiers = [
     "Development Status :: 4 - Beta",
@@ -60,4 +60,4 @@
 
 [tool.setuptools.dynamic]
 version = {attr = "pygments_lexer_pseudocode2.__version__"}
-readme = {file = ["README.md"], content-type = "text/markdown"}
+readme = {file = ["README.rst"], content-type = "text/x-rst"}