diff pyproject.toml @ 4:d4f778187170

Add a license file for the MIT license
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 17:48:20 +0200
parents 04cc3816d478
children a0e0f0a2963b
line wrap: on
line diff
--- a/pyproject.toml	Sun Apr 19 17:34:19 2026 +0200
+++ b/pyproject.toml	Sun Apr 19 17:48:20 2026 +0200
@@ -6,7 +6,7 @@
 name = "pygments-lexer-pseudocode"
 version = "2.0.1"
 description = "Pygments Lexer for a french pseudocode"
-license = { text = "MIT" }
+license = { file = "LICENSES/MIT.txt" }
 authors = [
   {name = "Simon Wachter", email = "simon@wachter.me"},
 ]