We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ac8ea commit 1d22b48Copy full SHA for 1d22b48
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "aurora_dsql_django"
3
dynamic = ["version", "readme"]
4
description = "Aurora DSQL adapter for Django"
5
-license = {text = "Apache License 2.0"}
+license-files = ["LICENSE"]
6
authors = [{name = "Amazon Web Services"}]
7
requires-python = ">=3.9"
8
dependencies = [
@@ -11,7 +11,6 @@ dependencies = [
11
]
12
classifiers = [
13
"Intended Audience :: Developers",
14
- "License :: OSI Approved :: Apache Software License",
15
"Programming Language :: Python",
16
"Programming Language :: Python :: 3.9",
17
"Programming Language :: Python :: 3.10",
0 commit comments