-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update poetry section of pyproject.toml
- Loading branch information
1 parent
bd8211f
commit 2cd4bc9
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|