Skip to content

Commit 9e5c065

Browse files
authored
update pyproject (#15)
1 parent f50a80e commit 9e5c065

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![GitHub License](https://img.shields.io/github/license/dotimplement/healthchain)
1+
![GitHub License](https://img.shields.io/github/license/dotimplement/HealthChain)
22

33
# HealthChain
44

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
[tool.poetry]
2-
name = "HealthChain"
2+
name = "healthchain"
33
version = "0.1.0"
44
description = "Remarkably simple LLM prototyping and testing in healthcare context."
55
authors = ["Adam Kells <[email protected]>", "Jennifer Jiang-Kells <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
88

9+
10+
[project.urls]
11+
"Homepage" = "https://github.com/dotimplement/HealthChain"
12+
"Repository" = "https://github.com/dotimplement/HealthChain"
13+
914
[tool.poetry.dependencies]
1015
python = "^3.11"
1116
mkdocs = "^1.5.3"

0 commit comments

Comments
 (0)