Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
annotate setup.py @ 6:730c437d9f71
Need Pygments >=2.15.
This is for testing purposes.
Also add a corresponding requirements.txt.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 17:50:59 +0200 |
| parents | 04cc3816d478 |
| children |
| rev | line source |
|---|---|
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
1
diff
changeset
|
1 #!/usr/bin/env python |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
1
diff
changeset
|
2 # -*- coding: utf-8 -*- |
|
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
1
diff
changeset
|
3 |
|
1
4615d6df8293
ADD: The original pygments-lexer-pseudocode project from GitHub.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 from setuptools import setup |
|
4615d6df8293
ADD: The original pygments-lexer-pseudocode project from GitHub.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 |
|
3
04cc3816d478
Convert the project's build system to use pyproject.toml
Franz Glasner <fzglas.hg@dom66.de>
parents:
1
diff
changeset
|
6 setup() |
