devlib
devlib copied to clipboard
add pyproject.toml
Add a pyproject.toml to devlib. Since pyproject.toml doesnt directly support dynamic versioning, added only [build-system] section so that tools like pip will refer back to setup.py to install the core of the project So currently, this has to be used in conjunction with setup.py.
In the future, we can look into fully migrating to a pyproject.toml only approach, but that involves more things to handle versioning.
Fixes https://github.com/ARM-software/devlib/issues/702