comparison 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
comparison
equal deleted inserted replaced
8:5812e7f3bc13 9:74b95ceeda5f
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 = { file = "LICENSES/MIT.txt" } 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 {name = "Franz Glasner", email = "fzglas.hg@dom66.de"},
12 ] 13 ]
13 classifiers = [ 14 classifiers = [
14 "Development Status :: 4 - Beta", 15 "Development Status :: 4 - Beta",
15 "License :: OSI Approved :: MIT License", 16 "License :: OSI Approved :: MIT License",
16 "Natural Language :: French", 17 "Natural Language :: French",
17 "Topic :: Text Processing", 18 "Topic :: Text Processing",
18 "Topic :: Utilities", 19 "Topic :: Utilities",
19 ] 20 ]
20 dependencies = [ 21 dependencies = [
21 "Pygments>=2.15", 22 "Pygments>=2.15",
22 ] 23 ]
23 dynamic = [ 24 dynamic = [
24 "readme", 25 "readme",
25 ] 26 ]
26 27
27 [project.urls] 28 [project.urls]