Skip to content

Commit 04a8f64

Browse files
authored
Revert license and license-files changes in pyproject.toml (#19624)
Summary -- This partially reverts commit 13634ff after issues in the release today. Test Plan -- ```shell uv build --sdist tar -tzf dist/ruff-0.12.6.tar.gz | grep ruff-0.12.6/LICENSE ``` which finds the license now.
1 parent 6e00adf commit 04a8f64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ description = "An extremely fast Python linter and code formatter, written in Ru
99
authors = [{ name = "Astral Software Inc.", email = "[email protected]" }]
1010
readme = "README.md"
1111
requires-python = ">=3.7"
12-
license = "MIT"
13-
license-files = ["LICENSE"]
12+
license = { file = "LICENSE" }
1413
keywords = [
1514
"automation",
1615
"flake8",

0 commit comments

Comments
 (0)