Skip to content

Commit acea6cc

Browse files
committed
add author and maintainers
1 parent 1a2e46f commit acea6cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "aibs-informatics-aws-lambda"
12+
authors = [{ name = "AIBS Informatics Group", email = "[email protected]"}]
13+
maintainers = [{ name = "AIBS Informatics Group", email = "[email protected]"}]
1214
description = "Utility library for building validated and typed AWS Lambda functions"
1315
readme = { file = "README.md", content-type = "text/markdown" }
1416
requires-python = ">=3.9"

0 commit comments

Comments
 (0)