mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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" }]
|
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
license = "MIT"
|
license = { file = "LICENSE" }
|
||||||
license-files = ["LICENSE"]
|
|
||||||
keywords = [
|
keywords = [
|
||||||
"automation",
|
"automation",
|
||||||
"flake8",
|
"flake8",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue