Skip to content

Commit 828308e

Browse files
committed
build(pyproject): Add more metadata
1 parent 578e277 commit 828308e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ skip-string-normalization = true
44
[tool.poetry]
55
name = "tmuxp"
66
version = "1.5.5"
7-
description = "tmux session manager."
7+
description = "tmux session manager"
88
license = "MIT"
99
authors = ["Tony Narlock <tony@git-pull.com>"]
1010
classifiers = [
@@ -24,6 +24,14 @@ classifiers = [
2424
"Topic :: Utilities",
2525
"Topic :: System :: Shells"
2626
]
27+
keywords = ["tmux", "session manager", "terminal", "ncurses"]
28+
homepage = "http://github.com/tmux-python/tmuxp/"
29+
readme = "README.rst"
30+
31+
[tool.poetry.urls]
32+
"Bug Tracker" = "https://github.com/tmux-python/tmuxp/issues"
33+
Documentation = "https://tmuxp.git-pull.com"
34+
Repository = "https://github.com/tmux-python/tmuxp"
2735

2836
[tool.poetry.dependencies]
2937
python = "~2.7 || ^3.5"

0 commit comments

Comments
 (0)