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 30a0d92 commit 7dc21bdCopy full SHA for 7dc21bd
pyproject.toml
@@ -9,6 +9,7 @@ authors = [
9
{ name = "LocalStack Contributors", email = "info@localstack.cloud" }
10
]
11
description = "The core library and runtime of LocalStack"
12
+license = "Apache-2.0"
13
requires-python = ">=3.9"
14
dependencies = [
15
"build",
@@ -31,7 +32,6 @@ dynamic = ["version"]
31
32
classifiers = [
33
"Programming Language :: Python :: 3",
34
"Programming Language :: Python :: 3.11",
- "License-Expression :: OSI Approved :: Apache Software License",
35
"Topic :: Internet",
36
"Topic :: Software Development :: Testing",
37
"Topic :: System :: Emulators",
0 commit comments