summaryrefslogtreecommitdiff
path: root/tools/binman/setup.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 20:25:15 +1300
committerSimon Glass <sjg@chromium.org>2021-03-26 17:03:10 +1300
commit6bc4309be763e2541f45b8246f21cd65d39402ef (patch)
treeeac0a3906bfb3025cc304c780ef97f0e86a6d230 /tools/binman/setup.py
parent072026e7bb4cf90c376b774c22b3baba17cc72bf (diff)
binman: Incorporate entry documentation
Update this to avoid sphinx warnings and incorporate it into the new documentaiton tree. 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 2dad43d4937..5ed94abdaf9 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.rst', 'README.entries']},
+ package_data={'binman': ['README.rst', 'entries.rst']},
classifiers=['Environment :: Console',
'Topic :: Software Development :: Embedded Systems'])