Skip to content

Commit 1811783

Browse files
revert unwanted changes
1 parent 55a4fab commit 1811783

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pypy 3.11 is now officially supported.
2-
3-
Refs #10287
1+
pypy 3.11 is now officially supported.
2+
3+
Refs #10287

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ name = "pylint"
88
description = "python code static checker"
99
readme = "README.rst"
1010
keywords = [ "lint", "linter", "python", "static code analysis" ]
11-
license = { text = "GPL-2.0-or-later" }
11+
license = "GPL-2.0-or-later"
12+
license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
1213
authors = [
1314
{ name = "Python Code Quality Authority", email = "[email protected]" },
1415
]

0 commit comments

Comments
 (0)