Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
annotate pyproject.toml @ 8:5812e7f3bc13
Rename the project the implementing class to "pygments-lexer-pseudocode2".
This is to not to clash with the original package.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 18:15:56 +0200 |
| parents | 730c437d9f71 |
| children | 74b95ceeda5f |
| 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"}, |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
12 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
13 classifiers = [ |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
14 "Development Status :: 4 - Beta", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
15 "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
|
16 "Natural Language :: French", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
17 "Topic :: Text Processing", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
18 "Topic :: Utilities", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
19 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
20 dependencies = [ |
| 6 | 21 "Pygments>=2.15", |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
22 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
23 dynamic = [ |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
24 "readme", |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
25 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
26 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
27 [project.urls] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
28 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
|
29 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
30 [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
|
31 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
|
32 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
33 [tool.setuptools] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
34 packages = [ |
|
8
5812e7f3bc13
Rename the project the implementing class to "pygments-lexer-pseudocode2".
Franz Glasner <fzglas.hg@dom66.de>
parents:
6
diff
changeset
|
35 "pygments_lexer_pseudocode2", |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
36 ] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
37 platforms = ["any"] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
38 zip-safe = true |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
39 include-package-data = false |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
40 |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
41 [tool.setuptools.dynamic] |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
42 readme = {file = ["README.md"], content-type = "text/markdown"} |
