diff --git a/tools/readme.txt b/tools/readme.txt index 20581740cb..94843332c9 100644 --- a/tools/readme.txt +++ b/tools/readme.txt @@ -15,6 +15,10 @@ scancpan a script to create a Buildroot package by scanning a CPAN module description. +scanpypi + a script to create a Buildroot package by scanning a PyPI package + description. + size-stat-compare a script to compare the rootfs size between two differnt Buildroot configurations. This can be used to identify the size impact of diff --git a/support/scripts/scanpypi b/tools/scanpypi similarity index 100% rename from support/scripts/scanpypi rename to tools/scanpypi