Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-21 | dtoc: Switch to setuptools | Tom Rini | |
With the distutils module having been removed with Python 3.12, switch to using setuptools instead. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2020-08-22 | dtoc: Add a setup script for Python | Simon Glass | |
Allow dtoc to be installed by adding a suitable setup.py script. Signed-off-by: Simon Glass <sjg@chromium.org> |