sholloway / agents-playground

MIT License
4 stars 0 forks source link

pyproject.toml needs to be a template. #76

Open sholloway opened 1 year ago

sholloway commented 1 year ago

When a new project is created the pyproject.toml file is the same every time. This is causing a bug. The project name in the pyproject.toml file needs to be a template parameter so the project's package is the same as the project name.

Tasks