Skip to content

Commit f0c9aaf

Browse files
committed
docs,pyproject description: Update copy
1 parent 4b19b68 commit f0c9aaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libtmux
22

3-
libtmux is a [typed](https://docs.python.org/3/library/typing.html) python scripting library for tmux. You can use it to command and control tmux servers,
4-
sessions, windows, and panes. It is the tool powering [tmuxp], a tmux workspace manager.
3+
`libtmux` is a [typed](https://docs.python.org/3/library/typing.html) Python library that provides a wrapper for interacting programmatically with tmux, a terminal multiplexer. You can use it to manage tmux servers,
4+
sessions, windows, and panes. Additionally, `libtmux` powers [tmuxp], a tmux workspace manager.
55

66
[![Python Package](https://img.shields.io/pypi/v/libtmux.svg)](https://pypi.org/project/libtmux/)
77
[![Docs](https://github.com/tmux-python/libtmux/workflows/docs/badge.svg)](https://libtmux.git-pull.com/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libtmux"
33
version = "0.25.0"
4-
description = "Typed scripting library / ORM / API wrapper for tmux"
4+
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]
77
classifiers = [

0 commit comments

Comments
 (0)