annotate setup.py @ 4:d4f778187170

Add a license file for the MIT license
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 17:48:20 +0200
parents 04cc3816d478
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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()