aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-12-16 20:45:28 -0500
committerSimon Glass <sjg@chromium.org>2023-01-05 19:21:56 -0700
commit425bbed247e3361f45f4c83fbfdb432a0bcc2892 (patch)
treebb195a9a5921ed2ed288320f0ce1e4d2d9230a6e /tools/patman
parent291ab6c74c6d9f063d10fa97e526dd9312c1b746 (diff)
downloadu-boot-425bbed247e3361f45f4c83fbfdb432a0bcc2892.zip
u-boot-425bbed247e3361f45f4c83fbfdb432a0bcc2892.tar.gz
u-boot-425bbed247e3361f45f4c83fbfdb432a0bcc2892.tar.bz2
patman: fix installation of README.rst data file
This fixes a regression introduced in commit 74df491051d6 ("buildman: Convert documentation to rST"). Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman')
-rw-r--r--tools/patman/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/setup.py b/tools/patman/setup.py
index 5643bf1..2ff791d 100644
--- a/tools/patman/setup.py
+++ b/tools/patman/setup.py
@@ -7,6 +7,6 @@ setup(name='patman',
scripts=['patman'],
packages=['patman'],
package_dir={'patman': ''},
- package_data={'patman': ['README']},
+ package_data={'patman': ['README.rst']},
classifiers=['Environment :: Console',
'Topic :: Software Development'])