comparison 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
comparison
equal deleted inserted replaced
3:04cc3816d478 4:d4f778187170
4 4
5 [project] 5 [project]
6 name = "pygments-lexer-pseudocode" 6 name = "pygments-lexer-pseudocode"
7 version = "2.0.1" 7 version = "2.0.1"
8 description = "Pygments Lexer for a french pseudocode" 8 description = "Pygments Lexer for a french pseudocode"
9 license = { text = "MIT" } 9 license = { file = "LICENSES/MIT.txt" }
10 authors = [ 10 authors = [
11 {name = "Simon Wachter", email = "simon@wachter.me"}, 11 {name = "Simon Wachter", email = "simon@wachter.me"},
12 ] 12 ]
13 classifiers = [ 13 classifiers = [
14 "Development Status :: 4 - Beta", 14 "Development Status :: 4 - Beta",