Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
annotate 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 |
| rev | line source |
|---|---|
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 [build-system] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 requires = ["setuptools>=56.0"] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 build-backend = "setuptools.build_meta" |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 [project] |
|
8
5812e7f3bc13
Rename the project the implementing class to "pygments-lexer-pseudocode2".
Franz Glasner <fzglas.hg@dom66.de>
parents:
6
diff
changeset
|
6 name = "pygments-lexer-pseudocode2" |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 version = "2.0.1" |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 description = "Pygments Lexer for a french pseudocode" |
|
4
d4f778187170
Add a license file for the MIT license
Franz Glasner <fzglas.hg@dom66.de>
parents:
3
diff
changeset
|
9 license = { file = "LICENSES/MIT.txt" } |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 authors = [ |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 {name = "Simon Wachter", email = "simon@wachter.me"}, |
| 9 | 12 {name = "Franz Glasner", email = "fzglas.hg@dom66.de"}, |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
13 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
14 classifiers = [ |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
15 "Development Status :: 4 - Beta", |
|
10
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
16 "Intended Audience :: Developers", |
|
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
17 "Intended Audience :: Education", |
|
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
18 "Intended Audience :: End Users/Desktop", |
|
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
19 "Intended Audience :: Information Technology", |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
20 "License :: OSI Approved :: MIT License", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
21 "Natural Language :: French", |
|
10
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
22 "Operating System :: OS Independent", |
|
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
23 "Programming Language :: Python", |
|
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
24 "Topic :: Documentation", |
|
f4d6cf8e6ea3
Refine the Trove Classifiers
Franz Glasner <fzglas.hg@dom66.de>
parents:
9
diff
changeset
|
25 "Topic :: Software Development :: Documentation", |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
26 "Topic :: Text Processing", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
27 "Topic :: Utilities", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
28 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
29 dependencies = [ |
| 6 | 30 "Pygments>=2.15", |
| 9 | 31 ] |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
32 dynamic = [ |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
33 "readme", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
34 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
35 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
36 [project.urls] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
37 homepage = "https://github.com/svvac/pseudocode-pygments-lexer" |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
38 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
39 [project.entry-points.'pygments.lexers'] |
|
8
5812e7f3bc13
Rename the project the implementing class to "pygments-lexer-pseudocode2".
Franz Glasner <fzglas.hg@dom66.de>
parents:
6
diff
changeset
|
40 pseudocodelexer2 = "pygments_lexer_pseudocode2:PseudocodeLexer2" |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
41 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
42 [tool.setuptools] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
43 packages = [ |
|
8
5812e7f3bc13
Rename the project the implementing class to "pygments-lexer-pseudocode2".
Franz Glasner <fzglas.hg@dom66.de>
parents:
6
diff
changeset
|
44 "pygments_lexer_pseudocode2", |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
45 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
46 platforms = ["any"] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
47 zip-safe = true |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
48 include-package-data = false |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
49 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
50 [tool.setuptools.dynamic] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
51 readme = {file = ["README.md"], content-type = "text/markdown"} |
