mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:16 +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" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
license = "MIT"
|
||||
license-files = ["LICENSE"]
|
||||
license = { file = "LICENSE" }
|
||||
keywords = [
|
||||
"automation",
|
||||
"flake8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue