@@ -8,7 +8,8 @@ name = "pylint"
88description = " python code static checker"
99readme = " README.rst"
1010keywords = [ " 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" ]
1213authors = [
1314 {
name =
" Python Code Quality Authority" ,
email =
" [email protected] " },
1415]
@@ -17,7 +18,6 @@ classifiers = [
1718 " Development Status :: 6 - Mature" ,
1819 " Environment :: Console" ,
1920 " Intended Audience :: Developers" ,
20- " License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
2121 " Operating System :: OS Independent" ,
2222 " Programming Language :: Python" ,
2323 " Programming Language :: Python :: 3 :: Only" ,
@@ -65,9 +65,6 @@ scripts.pylint-config = "pylint:_run_pylint_config"
6565scripts.pyreverse = " pylint:run_pyreverse"
6666scripts.symilar = " pylint:run_symilar"
6767
68- [tool .setuptools ]
69- license-files = [ " LICENSE" , " CONTRIBUTORS.txt" ] # Keep in sync with setup.cfg
70-
7168[tool .setuptools .packages .find ]
7269include = [ " pylint*" ]
7370
0 commit comments