mintel / build-harness

🤖Collection of Makefiles to facilitate building Python/Golang projects, Dockerfiles, and more
Apache License 2.0
2 stars 6 forks source link

dont fail on missing pyproject.toml #72

Closed aspage2 closed 2 weeks ago

aspage2 commented 3 years ago

Context

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.

Resolves issue #71