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