From b8594093d8b0edf5adf777047ebf4e926db1cdea Mon Sep 17 00:00:00 2001 From: Adam Kells Date: Fri, 24 May 2024 00:25:26 +0100 Subject: [PATCH] update pyproject --- README.md | 2 +- pyproject.toml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 258af9f..581e37f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d15a49c..5c845fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Jennifer Jiang-Kells "] 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"