diff pyproject.toml @ 9:74b95ceeda5f

Add myself as author
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 18:26:06 +0200
parents 5812e7f3bc13
children f4d6cf8e6ea3
line wrap: on
line diff
--- a/pyproject.toml	Sun Apr 19 18:15:56 2026 +0200
+++ b/pyproject.toml	Sun Apr 19 18:26:06 2026 +0200
@@ -9,6 +9,7 @@
 license = { file = "LICENSES/MIT.txt" }
 authors = [
   {name = "Simon Wachter", email = "simon@wachter.me"},
+  {name = "Franz Glasner", email = "fzglas.hg@dom66.de"},
 ]
 classifiers = [
     "Development Status :: 4 - Beta",
@@ -19,7 +20,7 @@
 ]
 dependencies = [
     "Pygments>=2.15",
-]    
+]
 dynamic = [
     "readme",
 ]