Skip to content

Commit 83050a0

Browse files
committed
build(classifiers,descriptions): Note we are typed
1 parent 09cc9ee commit 83050a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libtmux/__about__.py

+1-1
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__ = "[email protected]"
66
__author__ = "Tony Narlock"
77
__github__ = "https://github.com/tmux-python/libtmux"

pyproject.toml

+3-1
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 <[email protected]>"]
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)