Skip to content

Commit

Permalink
ci(build): use hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
MatyiFKBT committed Dec 6, 2024
1 parent cd15dd4 commit d0690dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ dependencies = [
"requests>=2.32.3",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
"flake8>=7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0690dc

Please sign in to comment.