@@ -8,7 +8,8 @@ name = "pylint"
8
8
description = " python code static checker"
9
9
readme = " README.rst"
10
10
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" ]
12
13
authors = [
13
14
{
name =
" Python Code Quality Authority" ,
email =
" [email protected] " },
14
15
]
@@ -17,7 +18,6 @@ classifiers = [
17
18
" Development Status :: 6 - Mature" ,
18
19
" Environment :: Console" ,
19
20
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
21
21
" Operating System :: OS Independent" ,
22
22
" Programming Language :: Python" ,
23
23
" Programming Language :: Python :: 3 :: Only" ,
@@ -65,9 +65,6 @@ scripts.pylint-config = "pylint:_run_pylint_config"
65
65
scripts.pyreverse = " pylint:run_pyreverse"
66
66
scripts.symilar = " pylint:run_symilar"
67
67
68
- [tool .setuptools ]
69
- license-files = [ " LICENSE" , " CONTRIBUTORS.txt" ] # Keep in sync with setup.cfg
70
-
71
68
[tool .setuptools .packages .find ]
72
69
include = [ " pylint*" ]
73
70
0 commit comments