script: Add a script to build a PyPi package
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:05 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commitcd5f997a9c85546e0c55a2bf86bb28c875848632
treeee13acb8418fe94df46db27a320da14837539272
parent4583c00236efd4ee768ff874f92526c229891a05
script: Add a script to build a PyPi package

Create a script which can package a tool for use with PyPi and the 'pip'
tool. This involves quite a few steps so is best automated. Future work
will enable use of this for some of the tools in U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/make_pip.sh [new file with mode: 0755]