devlib icon indicating copy to clipboard operation
devlib copied to clipboard

add pyproject.toml

Open arjpur01 opened this issue 7 months ago • 1 comments

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

arjpur01 avatar Jun 03 '25 13:06 arjpur01