From add7e3724fe35b532929d588254fdf7836a7af16 Mon Sep 17 00:00:00 2001 From: Ryan McGinty Date: Wed, 4 Dec 2024 17:46:31 -0800 Subject: [PATCH] add readme line to pyproject (fails at publish otherwise) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 719104d..075a954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",