source:
CIVL/docs/pygments_civlc/pyproject.toml@
3b44025
| Last change on this file since 3b44025 was 135e8cf, checked in by , 7 weeks ago | |
|---|---|
|
|
| File size: 246 bytes | |
| Rev | Line | |
|---|---|---|
| [135e8cf] | 1 | [project] |
| 2 | name = "pygments-civlc" | |
| 3 | version = "0.1.0" | |
| 4 | dependencies = ["Pygments"] | |
| 5 | ||
| 6 | [project.entry-points."pygments.lexers"] | |
| 7 | civlc = "pygments_civlc.lexer:CivlCLexer" | |
| 8 | ||
| 9 | [build-system] | |
| 10 | requires = ["setuptools"] | |
| 11 | build-backend = "setuptools.build_meta" |
Note:
See TracBrowser
for help on using the repository browser.
