Skip to content

Commit d8a2fde

Browse files
Remove unnecessary metadata from pyproject.toml (#750)
## Summary This never gets built as a package; this is just used for metadata.
1 parent 0297592 commit d8a2fde

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
1-
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
4-
51
[project]
62
name = "ruff-vscode"
7-
version = "2025.22.0"
8-
description = "A Visual Studio Code extension with support for the Ruff linter."
9-
authors = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]
10-
maintainers = [{ name = "Charlie Marsh", email = "charlie.r.marsh@gmail.com" }]
113
requires-python = ">=3.7"
12-
license = "MIT"
134
dependencies = ["packaging>=23.1", "ruff-lsp==0.0.62", "ruff==0.11.2"]
145

156
[project.optional-dependencies]

0 commit comments

Comments
 (0)