Skip to content

Commit

Permalink
Merge pull request #264 from shunichironomura/add-docs-link
Browse files Browse the repository at this point in the history
Update poetry section of pyproject.toml
  • Loading branch information
shunichironomura authored Jul 7, 2024
2 parents bd8211f + 2cd4bc9 commit e8b7b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
repository = "https://github.com/shunichironomura/capsula"
documentation = "https://shunichironomura.github.io/capsula/"
keywords = ["reproducibility", "cli"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit e8b7b43

Please sign in to comment.