@@ -18,21 +18,21 @@ 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
keywords = [" tmux" , " session manager" , " terminal" , " ncurses" ]
24
24
homepage = " http://github.com/tmux-python/tmuxp/"
25
25
readme = " README.md"
26
26
packages = [
27
- { include = " tmuxp" }
27
+ { include = " tmuxp" },
28
28
]
29
29
include = [
30
- { path = " CHANGES" , format = " sdist" },
31
- { path = " .tmuxp.yaml" , format = " sdist" },
32
- { path = " .tmuxp-before-script.sh" , format = " sdist" },
33
- { path = " tests" , format = " sdist" },
34
- { path = " examples" , format = " sdist" },
35
- { path = " docs" , format = " sdist" },
30
+ { path = " CHANGES" , format = " sdist" },
31
+ { path = " .tmuxp.yaml" , format = " sdist" },
32
+ { path = " .tmuxp-before-script.sh" , format = " sdist" },
33
+ { path = " tests" , format = " sdist" },
34
+ { path = " examples" , format = " sdist" },
35
+ { path = " docs" , format = " sdist" },
36
36
]
37
37
38
38
[tool .poetry .urls ]
@@ -86,7 +86,21 @@ isort = "*"
86
86
flake8 = " *"
87
87
88
88
[tool .poetry .extras ]
89
- docs = [" sphinx" , " sphinx-issues" , " sphinx-click" , " sphinx-autodoc-typehints" , " sphinx-autobuild" , " sphinx-copybutton" , " sphinxext-opengraph" , " sphinx-inline-tabs" , " sphinxext-rediraffe" , " myst_parser" , " furo" , " aafigure" , " pillow" ]
89
+ docs = [
90
+ " sphinx" ,
91
+ " sphinx-issues" ,
92
+ " sphinx-click" ,
93
+ " sphinx-autodoc-typehints" ,
94
+ " sphinx-autobuild" ,
95
+ " sphinx-copybutton" ,
96
+ " sphinxext-opengraph" ,
97
+ " sphinx-inline-tabs" ,
98
+ " sphinxext-rediraffe" ,
99
+ " myst_parser" ,
100
+ " furo" ,
101
+ " aafigure" ,
102
+ " pillow" ,
103
+ ]
90
104
test = [" pytest" , " pytest-rerunfailures" , " pytest-mock" , " pytest-watcher" ]
91
105
coverage = [" codecov" , " coverage" , " pytest-cov" ]
92
106
format = [" black" , " isort" ]
0 commit comments