Use build
to build the package
#149
Labels
Tooling
Issues related to the dev experience and surrounding tooling
build
to build the package
#149
Context
We are migrating to
pyproject.toml
for metadata, but building a package that involves c++ is not feasible with justpyproject.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 usebuild
to build everything.The text was updated successfully, but these errors were encountered: