From 2cd4bc9efef350760afbd7eb67956a788c99bf52 Mon Sep 17 00:00:00 2001 From: Shunichiro Nomura Date: Mon, 8 Jul 2024 04:58:06 +0900 Subject: [PATCH] Update poetry section of pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f2813b0..2a5b8e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "capsula" version = "0.3.0" -description = "A Python package to capture and reproduce command execution context" +description = "A Python package to capture command/function execution context for reproducibility." license = "MIT" authors = ["Shunichiro Nomura "] readme = "README.md" repository = "https://github.com/shunichironomura/capsula" +documentation = "https://shunichironomura.github.io/capsula/" keywords = ["reproducibility", "cli"] classifiers = [ "Development Status :: 4 - Beta",