mirror of https://github.com/astral-sh/ruff
Fix URL in pyproject.toml
This commit is contained in:
parent
5cb162bd7b
commit
c91c435dc9
|
|
@ -31,7 +31,7 @@ classifiers = [
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: Software Development :: Quality Assurance",
|
"Topic :: Software Development :: Quality Assurance",
|
||||||
]
|
]
|
||||||
urls = { repository = "https://github.com/charliermarsh/ruff-lsp" }
|
urls = { repository = "https://github.com/charliermarsh/ruff" }
|
||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
bindings = "bin"
|
bindings = "bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue