Skip to content

Commit 412abee

Browse files
committed
build(classifiers,descriptions): Note we are typed
1 parent ba9f1fd commit 412abee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libtmux/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
33
__version__ = "0.12.0"
4-
__description__ = "Scripting library / ORM / API wrapper for tmux"
4+
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
55
__email__ = "tony@git-pull.com"
66
__author__ = "Tony Narlock"
77
__github__ = "https://github.com/tmux-python/libtmux"

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libtmux"
33
version = "0.12.0"
4-
description = "Scripting library / ORM / API wrapper for tmux"
4+
description = "Typed scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]
77
classifiers = [
@@ -17,8 +17,10 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: Implementation :: PyPy",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
2021
"Topic :: Utilities",
2122
"Topic :: System :: Shells",
23+
"Typing :: Typed",
2224
]
2325

2426
keywords = ["tmux", "session manager", "terminal", "ncurses"]

0 commit comments

Comments
 (0)