blob: f6e5bac5c7741bd1fe3dcbbbc833600bc2797685 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- pyproject.toml.orig 2025-09-07 22:29:05 UTC
+++ pyproject.toml
@@ -4,8 +4,6 @@ version = "0.50.1"
[project]
name = "json_repair"
version = "0.50.1"
-license = "MIT"
-license-files = ["LICENSE"]
authors = [
{ name="Stefano Baccianella", email="4247706+mangiucugna@users.noreply.github.com" },
]
@@ -111,4 +109,4 @@ line-ending = "auto"
[tool.ruff.lint.per-file-ignores]
# Explicit re-exports is fine in __init__.py, still a code smell elsewhere.
-"__init__.py" = ["PLC0414"]
\ No newline at end of file
+"__init__.py" = ["PLC0414"]
|