Skip to content

Commit

Permalink
chore: Update README in pyproject.toml (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Apr 30, 2024
1 parent 44a74a8 commit 1e7d825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "langchain-google-alloydb-pg"
dynamic = ["version"]
description = "LangChain integrations for Google Cloud AlloyDB for PostgreSQL"
readme = "README.md"
readme = "README.rst"
license = {file = "LICENSE"}
requires-python = ">=3.8"
authors = [
Expand Down Expand Up @@ -62,4 +62,4 @@ warn_unused_configs = true
exclude = [
'docs/*',
'noxfile.py'
]
]

0 comments on commit 1e7d825

Please sign in to comment.