We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7d4e8 commit a153847Copy full SHA for a153847
1 file changed
pyproject.toml
@@ -8,13 +8,16 @@ version = "0.3.1"
8
description = 'This package extends the Ariadne library by adding a GraphQL HTTP handler designed for use in AWS Lambda environments.'
9
readme = "README.md"
10
requires-python = ">=3.8"
11
-license = "MIT"
+license = { file = "LICENSE" }
12
keywords = []
13
authors = [
14
{ name = "Mirumee Software", email = "it@mirumee.com" },
15
]
16
classifiers = [
17
"Development Status :: 4 - Beta",
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: BSD License",
20
+ "Operating System :: OS Independent",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3.8",
23
"Programming Language :: Python :: 3.9",
0 commit comments