mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +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 :: Quality Assurance",
|
||||
]
|
||||
urls = { repository = "https://github.com/charliermarsh/ruff-lsp" }
|
||||
urls = { repository = "https://github.com/charliermarsh/ruff" }
|
||||
|
||||
[tool.maturin]
|
||||
bindings = "bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue