diff --git a/pyproject.toml b/pyproject.toml index a2bf502..165a4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +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"