Skip to content

Commit 6e4e13b

Browse files
committed
Fix SPDX classifier
1 parent ad471d2 commit 6e4e13b

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
@@ -72,9 +72,10 @@ authors = [
7272
]
7373
description = "FastAPI Users database adapter for AWS DynamoDB"
7474
readme = "README.md"
75+
license = "Apache-2.0"
76+
license-files = [ "LICENSE" ]
7577
dynamic = ["version"]
7678
classifiers = [
77-
"License :: OSI Approved :: Apache 2.0 License",
7879
"Development Status :: 5 - Production/Stable",
7980
"Framework :: FastAPI",
8081
"Framework :: AsyncIO",

0 commit comments

Comments
 (0)