mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:10:09 +00:00
Fix URL in pyproject.toml
This commit is contained in:
parent
5cb162bd7b
commit
c91c435dc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue