faas/build/python/zip assumes that the user has run faas/build/python/pyproject-toml beforehand, either directly or through the convenience target faas/build/python.
For projects which don't need/use a pyproject.toml file, faas/build/python/zip should continue anyway, ignoring the missing pyproject.toml.
Context
faas/build/python/zip
assumes that the user has runfaas/build/python/pyproject-toml
beforehand, either directly or through the convenience targetfaas/build/python
.For projects which don't need/use a pyproject.toml file,
faas/build/python/zip
should continue anyway, ignoring the missing pyproject.toml.Resolves issue #71