@@ -8,13 +8,14 @@ name = "astroid"
8
8
description = " An abstract syntax tree for Python with inference support."
9
9
readme = " README.rst"
10
10
keywords = [ " abstract syntax tree" , " python" , " static code analysis" ]
11
- license = { text = " LGPL-2.1-or-later" }
11
+ license = " LGPL-2.1-or-later"
12
+ license-files = [ " LICENSE" , " CONTRIBUTORS.txt" ]
13
+
12
14
requires-python = " >=3.9.0"
13
15
classifiers = [
14
16
" Development Status :: 6 - Mature" ,
15
17
" Environment :: Console" ,
16
18
" Intended Audience :: Developers" ,
17
- " License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)" ,
18
19
" Operating System :: OS Independent" ,
19
20
" Programming Language :: Python" ,
20
21
" Programming Language :: Python :: 3 :: Only" ,
@@ -39,9 +40,6 @@ urls."Discord server" = "https://discord.gg/Egy6P8AMB5"
39
40
urls."Docs" = " https://pylint.readthedocs.io/projects/astroid/en/latest/"
40
41
urls."Source Code" = " https://github.com/pylint-dev/astroid"
41
42
42
- [tool .setuptools ]
43
- license-files = [ " LICENSE" , " CONTRIBUTORS.txt" ] # Keep in sync with setup.cfg
44
-
45
43
[tool .setuptools .package-dir ]
46
44
"" = " ."
47
45
0 commit comments