Skip to content

Commit 914ec1a

Browse files
authored
Fix project description (#147)
Fixes: #129
1 parent 78933d9 commit 914ec1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Topic :: System :: Systems Administration",
3333
"Topic :: Utilities"
3434
]
35-
description = "subprocess-tee"
35+
description = "subprocess-tee extends standard library subprocess.run to allow display and capture of executed command output."
3636
dynamic = ["version", "dependencies", "optional-dependencies"]
3737
keywords = ["subprocess", "asyncio"]
3838
license = {text = "MIT"}

0 commit comments

Comments
 (0)