diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-18 20:25:13 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:10 +1300 |
commit | 61adb2d2474eb72ea05365ef81e5c6d7e5f61441 (patch) | |
tree | 809ddf2cb7446b9178e3a9d4831a3e6f1ce0c015 /tools/binman/setup.py | |
parent | 5ce319133b2364e3283c3cde7a269681ff8431af (diff) |
binman: doc: Add documentation to htmldocs
Add a link to binman's documentation and adjust the files so that it is
accessible. Use the name README.rst so it is easy to discover when binman
is installed without U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/setup.py')
-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 fe408ed6911..2dad43d4937 100644 --- a/tools/binman/setup.py +++ b/tools/binman/setup.py @@ -7,6 +7,6 @@ setup(name='binman', scripts=['binman'], packages=['binman', 'binman.etype'], package_dir={'binman': ''}, - package_data={'binman': ['README', 'README.entries']}, + package_data={'binman': ['README.rst', 'README.entries']}, classifiers=['Environment :: Console', 'Topic :: Software Development :: Embedded Systems']) |