We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78933d9 commit 914ec1aCopy full SHA for 914ec1a
pyproject.toml
@@ -32,7 +32,7 @@ classifiers = [
32
"Topic :: System :: Systems Administration",
33
"Topic :: Utilities"
34
]
35
-description = "subprocess-tee"
+description = "subprocess-tee extends standard library subprocess.run to allow display and capture of executed command output."
36
dynamic = ["version", "dependencies", "optional-dependencies"]
37
keywords = ["subprocess", "asyncio"]
38
license = {text = "MIT"}
0 commit comments