From 449fff87b035b8701573d3631efe304ba04e9c4c Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Thu, 7 Aug 2025 17:54:19 -0700 Subject: [PATCH] Fix --- src/agentex/lib/cli/templates/default/pyproject.toml.j2 | 1 - src/agentex/lib/cli/templates/sync/pyproject.toml.j2 | 1 - src/agentex/lib/cli/templates/temporal/pyproject.toml.j2 | 1 - 3 files changed, 3 deletions(-) diff --git a/src/agentex/lib/cli/templates/default/pyproject.toml.j2 b/src/agentex/lib/cli/templates/default/pyproject.toml.j2 index fbb5be80..34e04e6a 100644 --- a/src/agentex/lib/cli/templates/default/pyproject.toml.j2 +++ b/src/agentex/lib/cli/templates/default/pyproject.toml.j2 @@ -6,7 +6,6 @@ build-backend = "hatchling.build" name = "{{ project_name }}" version = "0.1.0" description = "{{ description }}" -readme = "README.md" requires-python = ">=3.12" dependencies = [ "agentex-sdk", diff --git a/src/agentex/lib/cli/templates/sync/pyproject.toml.j2 b/src/agentex/lib/cli/templates/sync/pyproject.toml.j2 index fbb5be80..34e04e6a 100644 --- a/src/agentex/lib/cli/templates/sync/pyproject.toml.j2 +++ b/src/agentex/lib/cli/templates/sync/pyproject.toml.j2 @@ -6,7 +6,6 @@ build-backend = "hatchling.build" name = "{{ project_name }}" version = "0.1.0" description = "{{ description }}" -readme = "README.md" requires-python = ">=3.12" dependencies = [ "agentex-sdk", diff --git a/src/agentex/lib/cli/templates/temporal/pyproject.toml.j2 b/src/agentex/lib/cli/templates/temporal/pyproject.toml.j2 index badfb929..57a850d3 100644 --- a/src/agentex/lib/cli/templates/temporal/pyproject.toml.j2 +++ b/src/agentex/lib/cli/templates/temporal/pyproject.toml.j2 @@ -6,7 +6,6 @@ build-backend = "hatchling.build" name = "{{ project_name }}" version = "0.1.0" description = "{{ description }}" -readme = "README.md" requires-python = ">=3.12" dependencies = [ "agentex-sdk",