Skip to content

Commit c24e109

Browse files
committed
Update dependency group notation
1 parent 9a52db0 commit c24e109

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "gamedig"
33
description = "Unofficial high-level Python bindings for the Rust gamedig crate"
4-
authors = [{name = "Jonathan Ehwald", email = "[email protected]"}]
4+
authors = [{ name = "Jonathan Ehwald", email = "[email protected]" }]
55
license = "MIT"
66
readme = "README.md"
77
requires-python = ">=3.9"
@@ -31,11 +31,8 @@ documentation = "https://github.com/DoctorJohn/python-gamedig"
3131
requires = ["maturin>=1.7,<2.0"]
3232
build-backend = "maturin"
3333

34+
[dependency-groups]
35+
dev = ["pytest>=8.3.3", "ruff>=0.6.9"]
36+
3437
[tool.maturin]
3538
features = ["pyo3/extension-module"]
36-
37-
[tool.uv]
38-
dev-dependencies = [
39-
"pytest>=8.3.3",
40-
"ruff>=0.6.9",
41-
]

0 commit comments

Comments
 (0)