comparison pyproject.toml @ 10:f4d6cf8e6ea3

Refine the Trove Classifiers
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 18:33:31 +0200
parents 74b95ceeda5f
children 087d67c10039
comparison
equal deleted inserted replaced
9:74b95ceeda5f 10:f4d6cf8e6ea3
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 {name = "Franz Glasner", email = "fzglas.hg@dom66.de"},
13 ] 13 ]
14 classifiers = [ 14 classifiers = [
15 "Development Status :: 4 - Beta", 15 "Development Status :: 4 - Beta",
16 "Intended Audience :: Developers",
17 "Intended Audience :: Education",
18 "Intended Audience :: End Users/Desktop",
19 "Intended Audience :: Information Technology",
16 "License :: OSI Approved :: MIT License", 20 "License :: OSI Approved :: MIT License",
17 "Natural Language :: French", 21 "Natural Language :: French",
22 "Operating System :: OS Independent",
23 "Programming Language :: Python",
24 "Topic :: Documentation",
25 "Topic :: Software Development :: Documentation",
18 "Topic :: Text Processing", 26 "Topic :: Text Processing",
19 "Topic :: Utilities", 27 "Topic :: Utilities",
20 ] 28 ]
21 dependencies = [ 29 dependencies = [
22 "Pygments>=2.15", 30 "Pygments>=2.15",