Skip to content

Commit ac4a241

Browse files
committed
chore: format pyproject.toml with dprint
1 parent 24ccf63 commit ac4a241

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

pyproject.toml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2424
keywords = ["tmux", "session manager", "terminal", "ncurses"]
2525
homepage = "http://github.com/tmux-python/libtmux/"
2626
readme = "README.md"
2727
packages = [
28-
{ include = "libtmux" }
28+
{ include = "libtmux" },
2929
]
3030
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" },
3535
]
3636

3737
[tool.poetry.urls]
@@ -77,7 +77,19 @@ isort = "*"
7777
flake8 = "*"
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+
]
8193
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
8294
coverage = ["codecov", "coverage", "pytest-cov"]
8395
format = ["black", "isort"]

0 commit comments

Comments
 (0)