Skip to content

Commit 0f9f9d0

Browse files
committed
add build package section
1 parent e213635 commit 0f9f9d0

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
15
[project]
26
name = "llama-index-workflows"
37
version = "0.1.0"
48
description = "Add your description here"
59
readme = "README.md"
610
requires-python = ">=3.9"
7-
dependencies = [
8-
"pydantic>=2.11.5",
9-
]
11+
dependencies = ["pydantic>=2.11.5"]
1012

1113
[dependency-groups]
12-
dev = [
13-
"pytest>=8.4.0",
14-
"pytest-asyncio>=1.0.0",
15-
"pytest-cov>=6.1.1",
16-
]
14+
dev = ["pytest>=8.4.0", "pytest-asyncio>=1.0.0", "pytest-cov>=6.1.1"]
15+
16+
[tool.hatch.build.targets.wheel]
17+
packages = ["src/workflows"]

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)