Skip to content

Commit 2da2d77

Browse files
committed
py(deps) Move from tool.uv.dev-dependencies to project.dependency-groups
1 parent a3fec6d commit 2da2d77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Changes = "https://github.com/tmux-python/tmuxp/blob/master/CHANGES"
5353
[project.scripts]
5454
tmuxp = 'tmuxp:cli.cli'
5555

56-
[tool.uv]
57-
dev-dependencies = [
56+
[dependency-groups]
57+
dev = [
5858
# Docs
5959
"aafigure",
6060
"pillow",
@@ -88,7 +88,6 @@ dev-dependencies = [
8888
"types-PyYAML",
8989
]
9090

91-
[dependency-groups]
9291
docs = [
9392
"aafigure",
9493
"pillow",

0 commit comments

Comments
 (0)