@@ -18,20 +18,20 @@ classifiers = [
1818 " Programming Language :: Python :: 3.10" ,
1919 " Programming Language :: Python :: Implementation :: PyPy" ,
2020 " Topic :: Utilities" ,
21- " Topic :: System :: Shells"
21+ " Topic :: System :: Shells" ,
2222]
2323
2424keywords = [" tmux" , " session manager" , " terminal" , " ncurses" ]
2525homepage = " http://github.com/tmux-python/libtmux/"
2626readme = " README.md"
2727packages = [
28- { include = " libtmux" }
28+ { include = " libtmux" },
2929]
3030include = [
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" },
3535]
3636
3737[tool .poetry .urls ]
@@ -77,7 +77,19 @@ isort = "*"
7777flake8 = " *"
7878
7979[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+ ]
8193test = [" pytest" , " pytest-rerunfailures" , " pytest-mock" , " pytest-watcher" ]
8294coverage = [" codecov" , " coverage" , " pytest-cov" ]
8395format = [" black" , " isort" ]
0 commit comments