Skip to content

Commit

Permalink
add readme line to pyproject (fails at publish otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Dec 5, 2024
1 parent 54fa160 commit add7e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit add7e37

Please sign in to comment.