Skip to content

Commit d7d6edf

Browse files
committed
pyproject.toml modified2
1 parent 20aa868 commit d7d6edf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[tool.hatch.build.targets.wheel]
6+
packages = ["task_manager"]
7+
18
[project]
29
name = "hexlet-code"
310
version = "0.1.0"
@@ -19,11 +26,4 @@ dependencies = [
1926
[dependency-groups]
2027
dev = [
2128
"ruff>=0.13.3",
22-
]
23-
24-
[build-system]
25-
requires = ["hatchling"]
26-
build-backend = "hatchling.build"
27-
28-
[tool.hatch.build.targets.wheel]
29-
packages = ["task_manager"]
29+
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)