source: CIVL/docs/pygments_civlc/pyproject.toml@ 6b26bbb

1.23 2.0 main
Last change on this file since 6b26bbb was 135e8cf, checked in by Youngjun Lee <youngjunlee7@…>, 3 weeks ago

Initial Markdown documents

  • Property mode set to 100644
File size: 246 bytes
Line 
1[project]
2name = "pygments-civlc"
3version = "0.1.0"
4dependencies = ["Pygments"]
5
6[project.entry-points."pygments.lexers"]
7civlc = "pygments_civlc.lexer:CivlCLexer"
8
9[build-system]
10requires = ["setuptools"]
11build-backend = "setuptools.build_meta"
Note: See TracBrowser for help on using the repository browser.