Skip to content

Commit 84206d8

Browse files
committed
Fix project.license
- Per PEP 639 the `project.license.text` format is legacy and deprecated. - Fix the value to be the correct SPDX (short) identifier for Apache 2. Fixes #292
1 parent 6d891a6 commit 84206d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ version = "1.0.1"
99
readme = "README.rst"
1010
requires-python = ">=3.10"
1111
dependencies = ["ua-parser-builtins"]
12-
13-
license = {text = "Apache 2.0"}
12+
license = "Apache-2.0"
1413

1514
authors = [
1615
{ name = "Stephen Lamm", email = "slamm@google.com"},

0 commit comments

Comments
 (0)