Skip to content

Commit

Permalink
Merge pull request #19 from AllenInstitute/feature/DT-6858-make-packa…
Browse files Browse the repository at this point in the history
…ge-public

add readme line to pyproject (fails at publish otherwise)
  • Loading branch information
rpmcginty authored Dec 6, 2024
2 parents fe40e2a + add7e37 commit 74aaac6
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 74aaac6

Please sign in to comment.