Skip to content

Commit 791a85b

Browse files
committed
chore: license.file -> license & license-files
1 parent 0bd6a5f commit 791a85b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "typed-diskcache"
33
dynamic = ["version"]
44
description = "Disk and file backed persistent cache."
55
readme = "README.md"
6-
license = { file = "LICENSE" }
6+
license = "Apache-2.0"
7+
license-files = ["LICENSE"]
78
authors = [{ name = "phi", email = "[email protected]" }]
89
classifiers = [
910
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)