Skip to content

Commit 449fff8

Browse files
committed
Fix
1 parent df8429c commit 449fff8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/agentex/lib/cli/templates/default/pyproject.toml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ build-backend = "hatchling.build"
66
name = "{{ project_name }}"
77
version = "0.1.0"
88
description = "{{ description }}"
9-
readme = "README.md"
109
requires-python = ">=3.12"
1110
dependencies = [
1211
"agentex-sdk",

src/agentex/lib/cli/templates/sync/pyproject.toml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ build-backend = "hatchling.build"
66
name = "{{ project_name }}"
77
version = "0.1.0"
88
description = "{{ description }}"
9-
readme = "README.md"
109
requires-python = ">=3.12"
1110
dependencies = [
1211
"agentex-sdk",

src/agentex/lib/cli/templates/temporal/pyproject.toml.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ build-backend = "hatchling.build"
66
name = "{{ project_name }}"
77
version = "0.1.0"
88
description = "{{ description }}"
9-
readme = "README.md"
109
requires-python = ">=3.12"
1110
dependencies = [
1211
"agentex-sdk",

0 commit comments

Comments
 (0)