Skip to content

Commit

Permalink
Merge pull request #189 from tcdent/remove-proj-scripts
Browse files Browse the repository at this point in the history
Remove `[project.scripts]` from user project `pyproject.toml` file to avoid incompatibility with poetry 2.0
  • Loading branch information
bboynton97 authored Jan 6, 2025
2 parents feaf019 + 2e625ad commit f8c1220
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ package-mode = false
[tool.poetry.dependencies]
python = ">=3.10,<=3.13"
agentstack = {extras = ["{{cookiecutter.framework}}"], version="{{cookiecutter.project_metadata.agentstack_version}}"}

[project.scripts]
{{cookiecutter.project_metadata.project_name}} = "{{cookiecutter.project_metadata.project_name}}.main:run"
run_crew = "{{cookiecutter.project_metadata.project_name}}.main:run"
train = "{{cookiecutter.project_metadata.project_name}}.main:train"
replay = "{{cookiecutter.project_metadata.project_name}}.main:replay"
test = "{{cookiecutter.project_metadata.project_name}}.main:test"

0 comments on commit f8c1220

Please sign in to comment.