Open charlieparkes opened 3 years ago
@aspage2
What should the expected behavior here be? Initial thought would be to swallow the error and just create build.zip
without a pyproject.toml:
faas/build/python/zip:
....
cd $(FAAS_BUILD_DIST) && (zip build.zip pyproject.toml || true)
....
Yeah, I think that would work 👍
Lack of a
pyproject.toml
breaksfaas/build/python/zip
.