Skip to content

Commit

Permalink
update pyproject (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkells authored May 23, 2024
1 parent f50a80e commit 9e5c065
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![GitHub License](https://img.shields.io/github/license/dotimplement/healthchain)
![GitHub License](https://img.shields.io/github/license/dotimplement/HealthChain)

# HealthChain

Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[tool.poetry]
name = "HealthChain"
name = "healthchain"
version = "0.1.0"
description = "Remarkably simple LLM prototyping and testing in healthcare context."
authors = ["Adam Kells <[email protected]>", "Jennifer Jiang-Kells <[email protected]>"]
license = "MIT"
readme = "README.md"


[project.urls]
"Homepage" = "https://github.com/dotimplement/HealthChain"
"Repository" = "https://github.com/dotimplement/HealthChain"

[tool.poetry.dependencies]
python = "^3.11"
mkdocs = "^1.5.3"
Expand Down

0 comments on commit 9e5c065

Please sign in to comment.