comparison pyproject.toml @ 5:a0e0f0a2963b

Use the canonical name "Pygments"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 17:50:13 +0200
parents d4f778187170
children 730c437d9f71
comparison
equal deleted inserted replaced
4:d4f778187170 5:a0e0f0a2963b
16 "Natural Language :: French", 16 "Natural Language :: French",
17 "Topic :: Text Processing", 17 "Topic :: Text Processing",
18 "Topic :: Utilities", 18 "Topic :: Utilities",
19 ] 19 ]
20 dependencies = [ 20 dependencies = [
21 "pygments", 21 "Pygments",
22 ] 22 ]
23 dynamic = [ 23 dynamic = [
24 "readme", 24 "readme",
25 ] 25 ]
26 26