Skip to content

Commit a153847

Browse files
Update pyproject toml
1 parent be7d4e8 commit a153847

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ version = "0.3.1"
88
description = 'This package extends the Ariadne library by adding a GraphQL HTTP handler designed for use in AWS Lambda environments.'
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = "MIT"
11+
license = { file = "LICENSE" }
1212
keywords = []
1313
authors = [
1414
{ name = "Mirumee Software", email = "it@mirumee.com" },
1515
]
1616
classifiers = [
1717
"Development Status :: 4 - Beta",
18+
"Intended Audience :: Developers",
19+
"License :: OSI Approved :: BSD License",
20+
"Operating System :: OS Independent",
1821
"Programming Language :: Python",
1922
"Programming Language :: Python :: 3.8",
2023
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)