File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ skip-string-normalization = true
44[tool .poetry ]
55name = " tmuxp"
66version = " 1.5.5"
7- description = " tmux session manager. "
7+ description = " tmux session manager"
88license = " MIT"
99authors = [" Tony Narlock <tony@git-pull.com>" ]
1010classifiers = [
@@ -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 ]
2937python = " ~2.7 || ^3.5"
You can’t perform that action at this time.
0 commit comments