Skip to content

Commit cf119e8

Browse files
committed
Update pyproject.toml
1 parent 3a2f255 commit cf119e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
[project]
2-
authors = [
3-
{name = "Daria Sotnikova", email = "[email protected]"},
4-
]
52
name = "hexlet-code"
63
version = "0.1.0"
74
description = "This project compiles 5 console games to train your brain"
@@ -11,6 +8,9 @@ dependencies = [
118
"prompt>=0.4.1",
129
]
1310

11+
[tool.uv]
12+
concurrent-installs = 1
13+
1414
[build-system]
1515
requires = ["hatchling"]
1616
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)