Skip to content

Commit 1d22b48

Browse files
Fix license deprecation warnings
1 parent 80ac8ea commit 1d22b48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "aurora_dsql_django"
33
dynamic = ["version", "readme"]
44
description = "Aurora DSQL adapter for Django"
5-
license = {text = "Apache License 2.0"}
5+
license-files = ["LICENSE"]
66
authors = [{name = "Amazon Web Services"}]
77
requires-python = ">=3.9"
88
dependencies = [
@@ -11,7 +11,6 @@ dependencies = [
1111
]
1212
classifiers = [
1313
"Intended Audience :: Developers",
14-
"License :: OSI Approved :: Apache Software License",
1514
"Programming Language :: Python",
1615
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)