Skip to content

Commit 219206a

Browse files
Rowlando13davidism
authored andcommitted
release version 8.2.0
1 parent 498f882 commit 219206a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Version 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`

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = "click"
33
version = "8.2.0"
44
description = "Composable command line interface toolkit"
55
readme = "README.md"
6-
license = {file = "LICENSE.txt"}
6+
license = "BSD-3-Clause"
7+
license-files = ["LICENSE.txt"]
78
maintainers = [{name = "Pallets", email = "[email protected]"}]
89
classifiers = [
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",

0 commit comments

Comments
 (0)