mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user