lrparsers/pyproject.toml
John Doty 7c1d9b5f2b A cleaner API
I've been hacking on this in a different repository, so I thought I'd
bring it over here.
2024-05-05 08:45:45 -07:00

13 lines
No EOL
275 B
TOML

[project]
name = "lrparsers"
descrption = "a small LR parser generator library"
authors = [
{name = "John Doty", email = "john@d0ty.me"},
]
classifiers = [
"Private :: Do Not Upload", # Probably.
"License :: OSI Approved :: MIT License",
]
[tool.black]
line-length=100