I've been hacking on this in a different repository, so I thought I'd bring it over here.
13 lines
No EOL
275 B
TOML
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 |