mirror of https://github.com/astral-sh/ruff
Revert `license` and `license-files` changes in `pyproject.toml` (#19624)
Summary
--
This partially reverts commit 13634ff433
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.
This commit is contained in:
parent
6e00adf308
commit
04a8f64cd7
|
|
@ -9,8 +9,7 @@ description = "An extremely fast Python linter and code formatter, written in Ru
|
|||
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
license = "MIT"
|
||||
license-files = ["LICENSE"]
|
||||
license = { file = "LICENSE" }
|
||||
keywords = [
|
||||
"automation",
|
||||
"flake8",
|
||||
|
|
|
|||
Loading…
Reference in New Issue