You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're willing and able to contribute this that would be great! I'm happy to help provide direction/context so let us know if there's anything you need to get started.
Describe the Enhancement
The paketo-buildpacks/poetry-run sets the start command for a poetry application. It expects a single entry in
pyproject.toml
under scripts:pyproject.toml
has support for this outside of poetry using[project.scripts]
(see PEP621).It would be great to support adding a start command for python packages with
pyproject.toml
files.Possible Solution
A new buildpack could be added, very similar to paketo-buildpacks/poetry-run but for pyproject.toml containing
[project.scripts]
.The text was updated successfully, but these errors were encountered: