diff options
| author | Tom Rini <[email protected]> | 2022-06-17 09:13:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-17 09:13:50 -0400 |
| commit | ee4b80a6e276c433f1c59669b7fec47d6146ceaf (patch) | |
| tree | ad1b79d1af1e6595910bbce43e56b8e30bbf44f9 /tools | |
| parent | 9abfbef57f55f31e42940ac2a18ebccfb087e5c6 (diff) | |
| parent | 3c07d639ede998cb682c284d1ffc4a3ddb062e13 (diff) | |
Merge branch '2022-06-16-assorted-bugfixes'
- A wide array of regression fixes and minor updates
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/binman/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/setup.py b/tools/binman/setup.py index 5ed94abdaf9..9a9206eb044 100644 --- a/tools/binman/setup.py +++ b/tools/binman/setup.py @@ -5,7 +5,7 @@ setup(name='binman', version='1.0', license='GPL-2.0+', scripts=['binman'], - packages=['binman', 'binman.etype'], + packages=['binman', 'binman.etype', 'binman.btool'], package_dir={'binman': ''}, package_data={'binman': ['README.rst', 'entries.rst']}, classifiers=['Environment :: Console', |
