summaryrefslogtreecommitdiff
path: root/tools/binman/setup.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 20:25:13 +1300
committerSimon Glass <sjg@chromium.org>2021-03-26 17:03:10 +1300
commit61adb2d2474eb72ea05365ef81e5c6d7e5f61441 (patch)
tree809ddf2cb7446b9178e3a9d4831a3e6f1ce0c015 /tools/binman/setup.py
parent5ce319133b2364e3283c3cde7a269681ff8431af (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.py2
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'])