mirror of https://github.com/astral-sh/ruff
Add `readme` field to `pyproject.toml` (#2293)
This commit is contained in:
parent
8c70247188
commit
0b4cc5ac12
|
|
@ -15,6 +15,7 @@ authors = [
|
|||
maintainers = [
|
||||
{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" },
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
license = { file = "LICENSE" }
|
||||
keywords = ["automation", "flake8", "pycodestyle", "pyflakes", "pylint", "clippy"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue