File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Version 8.2.0
44-------------
55
6- Released 2025-03-26
6+ Released 2025-05-10
77
8- - Drop support for Python 3.7, 3.8, and 3.9. :pr: `2588 ` :pr: `2892 `
8+ - Drop support for Python 3.7, 3.8, and 3.9. :pr: `2588 ` :pr: `2893 `
99- Use modern packaging metadata with ``pyproject.toml `` instead of ``setup.cfg ``.
1010 :pr: `2438 `
1111- Use ``flit_core `` instead of ``setuptools `` as build backend. :pr: `2543 `
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name = "click"
33version = " 8.2.0"
44description = " Composable command line interface toolkit"
55readme = " README.md"
6- license = {file = " LICENSE.txt" }
6+ license = " BSD-3-Clause"
7+ license-files = [" LICENSE.txt" ]
78maintainers = [{name = " Pallets" , email = " contact@palletsprojects.com" }]
89classifiers = [
910 " Development Status :: 5 - Production/Stable" ,
1011 " Intended Audience :: Developers" ,
11- " License :: OSI Approved :: BSD License" ,
1212 " Operating System :: OS Independent" ,
1313 " Programming Language :: Python" ,
1414 " Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments