@@ -18,21 +18,21 @@ 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]
2323keywords = [" tmux" , " session manager" , " terminal" , " ncurses" ]
2424homepage = " http://github.com/tmux-python/tmuxp/"
2525readme = " README.md"
2626packages = [
27- { include = " tmuxp" }
27+ { include = " tmuxp" },
2828]
2929include = [
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" },
3636]
3737
3838[tool .poetry .urls ]
@@ -86,7 +86,21 @@ isort = "*"
8686flake8 = " *"
8787
8888[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+ ]
90104test = [" pytest" , " pytest-rerunfailures" , " pytest-mock" , " pytest-watcher" ]
91105coverage = [" codecov" , " coverage" , " pytest-cov" ]
92106format = [" black" , " isort" ]
0 commit comments