We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd6a5f commit 791a85bCopy full SHA for 791a85b
1 file changed
pyproject.toml
@@ -3,7 +3,8 @@ name = "typed-diskcache"
3
dynamic = ["version"]
4
description = "Disk and file backed persistent cache."
5
readme = "README.md"
6
-license = { file = "LICENSE" }
+license = "Apache-2.0"
7
+license-files = ["LICENSE"]
8
authors = [{ name = "phi", email = "phi.friday@gmail.com" }]
9
classifiers = [
10
"Development Status :: 4 - Beta",
0 commit comments