From a62d1c25dc42b196a79b9ff74c8f6dd425682b68 Mon Sep 17 00:00:00 2001 From: Spayralbe Date: Tue, 3 Dec 2024 11:02:32 +0100 Subject: [PATCH 1/2] Use full URL to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d759645..3c095af 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pip install omop-cdm ## Usage -See [User documentation](docs/README.md) +See [User documentation](https://github.com/thehyve/omop-cdm/blob/main/docs/README.md) ## Supported databases The omop-cdm table definitions are tested to be compatible with PostgreSQL. From 8b97fa82f9875cae28328cc79ed127a391848420 Mon Sep 17 00:00:00 2001 From: Spayralbe Date: Tue, 3 Dec 2024 11:08:34 +0100 Subject: [PATCH 2/2] 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"