From f4897cdc19cf0a43f0fb6490ff068b55c436a2e2 Mon Sep 17 00:00:00 2001 From: Diogo Ribeiro Date: Sat, 12 Apr 2025 23:22:03 +0100 Subject: [PATCH 1/2] chore: fix readme --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c3817bd..276df09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ license = "MIT" readme = "README.md" packages = [{ include = "gen_surv" }] + [tool.poetry.dependencies] python = "^3.9" numpy = "^1.26" From d34e32f9e2181f3ed5bf23fbee60a6a0a977c738 Mon Sep 17 00:00:00 2001 From: Diogo Ribeiro Date: Sat, 12 Apr 2025 23:22:50 +0100 Subject: [PATCH 2/2] chore: update documentation --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30d8707..165a4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,9 @@ authors = ["Diogo Ribeiro "] license = "MIT" readme = "README.md" packages = [{ include = "gen_surv" }] - +homepage = "https://github.com/DiogoRibeiro7/genSurvPy" +repository = "https://github.com/DiogoRibeiro7/genSurvPy" +documentation = "https://gen-surv.readthedocs.io/en/stable/" [tool.poetry.dependencies] python = "^3.9"