Skip to content

Commit fd43041

Browse files
committed
build(pyproject): More metadata
1 parent d2e5dae commit fd43041

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ classifiers = [
2525
"Topic :: System :: Shells"
2626
]
2727

28+
keywords = ["tmux", "session manager", "terminal", "ncurses"]
29+
homepage = "http://github.com/tmux-python/libvcs/"
30+
readme = "README.rst"
31+
32+
[tool.poetry.urls]
33+
"Bug Tracker" = "https://github.com/tmux-python/libvcs/issues"
34+
Documentation = "https://libvcs.git-pull.com"
35+
Repository = "https://github.com/tmux-python/libvcs"
36+
2837
[tool.poetry.dependencies]
2938
python = "~2.7 || ^3.5"
3039

0 commit comments

Comments
 (0)