@@ -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" ] # Keep in sync with setup.cfg
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" ,
@@ -30,7 +31,6 @@ classifiers = [
30
31
" Topic :: Software Development :: Testing" ,
31
32
]
32
33
dynamic = [ " version" ]
33
-
34
34
dependencies = [
35
35
" typing-extensions>=4; python_version<'3.11'" ,
36
36
]
@@ -39,9 +39,6 @@ urls."Discord server" = "https://discord.gg/Egy6P8AMB5"
39
39
urls."Docs" = " https://pylint.readthedocs.io/projects/astroid/en/latest/"
40
40
urls."Source Code" = " https://github.com/pylint-dev/astroid"
41
41
42
- [tool .setuptools ]
43
- license-files = [ " LICENSE" , " CONTRIBUTORS.txt" ] # Keep in sync with setup.cfg
44
-
45
42
[tool .setuptools .package-dir ]
46
43
"" = " ."
47
44
0 commit comments