From 80ff01cb363b510db7cbdf0199fb000e09bb25cf Mon Sep 17 00:00:00 2001 From: Harshal Pohekar Date: Tue, 3 Oct 2023 15:51:50 +0530 Subject: [PATCH] Update PyPi urls --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1a5a469f..6fe28e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,11 @@ importlib-metadata = {version = "^4.0", python = "<3.8"} ansys-fluent-core = "~=0.18.dev0" h5py = ">=3.7.0" +[tool.poetry.urls] +"Documentation" = "https://parametric.fluent.docs.pyansys.com/" +"Source" = "https://github.com/ansys/pyfluent-parametric" +"Tracker" = "https://github.com/ansys/pyfluent-parametric/issues" + [tool.black] line-length = 88