From b9f4a7434280c5a240630b9917f3c7c47da4acad Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Thu, 3 Nov 2022 16:16:55 +0100 Subject: [PATCH] build: add metadata --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 881bc1c..fc02eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ description = "Predictive and probabilistic simulation tools." authors = ["Hu Zhao"] license = "MIT" readme = "README.md" +homepage = "https://git-ce.rwth-aachen.de/mbd/psimpy" +keywords = ["emulator","simulator","inference", "sensitivity","uncertainty"] [tool.poetry.dependencies] python = ">=3.9,<3.11" -- GitLab