Skip to content

Commit 9241dec

Browse files
authored
fixed md path issue in package build (#129)
1 parent 3cd6ebd commit 9241dec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

workflows/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "workflow-use"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = [{ name = "Gregor Zunic" }]
55
description = "Create, edit, run deterministic workflows"
66
readme = "README.md"
@@ -58,7 +58,8 @@ build-backend = "hatchling.build"
5858

5959
[tool.hatch.build]
6060
include = [
61-
"workflow_use/**/*.py"
61+
"workflow_use/**/*.py",
62+
"workflow_use/**/*.md",
6263
]
6364

6465
[tool.hatch.metadata]

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)