Skip to content

Commit

Permalink
fix: add build system
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 26, 2024
1 parent b66dea9 commit bf53f1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ version = "1.7.2"
description = "structured outputs for llm"
readme = "README.md"

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

[tool.uv]
package = true

Expand Down

0 comments on commit bf53f1c

Please sign in to comment.