From 8b97fa82f9875cae28328cc79ed127a391848420 Mon Sep 17 00:00:00 2001 From: Spayralbe <stefan@thehyve.nl> Date: Tue, 3 Dec 2024 11:08:34 +0100 Subject: [PATCH] Add project URLs for PyPI --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 010ce85..08531cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,10 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", ] +[tool.poetry.urls] +"Repository" = "https://github.com/thehyve/omop-cdm" +"Documentation" = "https://github.com/thehyve/omop-cdm/blob/main/docs/README.md" + [tool.poetry.dependencies] python = "^3.9" sqlalchemy = "^2.0.4"