Skip to content

Commit

Permalink
add author and maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Dec 6, 2024
1 parent 1a2e46f commit acea6cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit acea6cc

Please sign in to comment.