Skip to content

Commit 106ecf9

Browse files
committed
py(deps) Move from tool.uv.dev-dependencies to project.dependency-groups
warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead See also: - https://packaging.python.org/en/latest/specifications/pyproject-toml/ - https://packaging.python.org/en/latest/specifications/dependency-groups/
1 parent a3fec6d commit 106ecf9

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)