@@ -18,20 +18,20 @@ classifiers = [
18
18
" Programming Language :: Python :: 3.10" ,
19
19
" Programming Language :: Python :: Implementation :: PyPy" ,
20
20
" Topic :: Utilities" ,
21
- " Topic :: System :: Shells"
21
+ " Topic :: System :: Shells" ,
22
22
]
23
23
24
24
keywords = [" tmux" , " session manager" , " terminal" , " ncurses" ]
25
25
homepage = " http://github.com/tmux-python/libtmux/"
26
26
readme = " README.md"
27
27
packages = [
28
- { include = " libtmux" }
28
+ { include = " libtmux" },
29
29
]
30
30
include = [
31
- { path = " CHANGES" , format = " sdist" },
32
- { path = " .tmuxp.yaml" , format = " sdist" },
33
- { path = " tests" , format = " sdist" },
34
- { path = " docs" , format = " sdist" }
31
+ { path = " CHANGES" , format = " sdist" },
32
+ { path = " .tmuxp.yaml" , format = " sdist" },
33
+ { path = " tests" , format = " sdist" },
34
+ { path = " docs" , format = " sdist" },
35
35
]
36
36
37
37
[tool .poetry .urls ]
@@ -77,7 +77,19 @@ isort = "*"
77
77
flake8 = " *"
78
78
79
79
[tool .poetry .extras ]
80
- docs = [" sphinx" , " sphinx-issues" , " sphinx-autoapi" , " sphinx-autodoc-typehints" , " sphinx-autobuild" , " sphinx-copybutton" , " sphinxext-opengraph" , " sphinx-inline-tabs" , " sphinxext-rediraffe" , " myst_parser" , " furo" ]
80
+ docs = [
81
+ " sphinx" ,
82
+ " sphinx-issues" ,
83
+ " sphinx-autoapi" ,
84
+ " sphinx-autodoc-typehints" ,
85
+ " sphinx-autobuild" ,
86
+ " sphinx-copybutton" ,
87
+ " sphinxext-opengraph" ,
88
+ " sphinx-inline-tabs" ,
89
+ " sphinxext-rediraffe" ,
90
+ " myst_parser" ,
91
+ " furo" ,
92
+ ]
81
93
test = [" pytest" , " pytest-rerunfailures" , " pytest-mock" , " pytest-watcher" ]
82
94
coverage = [" codecov" , " coverage" , " pytest-cov" ]
83
95
format = [" black" , " isort" ]
0 commit comments