Skip to content

Commit 5f3e02a

Browse files
authored
Merge pull request #61 from scaleapi/jason/fix-pyproject-readme
Fix
2 parents 948f7d1 + 449fff8 commit 5f3e02a

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)