aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
262 stars 74 forks source link

Use `build` to build the package #149

Open m-rph opened 3 months ago

m-rph commented 3 months ago

Context

We are migrating to pyproject.toml for metadata, but building a package that involves c++ is not feasible with just pyproject.toml. In addition, we will be using rye for project management.

Task

Keep setup.py for the building/bundling aspect of the project, and ensure we can use build to build everything.