mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
patman: fix installation of README.rst data file
This fixes a regression introduced in commit 74df491051
("buildman:
Convert documentation to rST").
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
291ab6c74c
commit
425bbed247
@@ -7,6 +7,6 @@ setup(name='patman',
|
|||||||
scripts=['patman'],
|
scripts=['patman'],
|
||||||
packages=['patman'],
|
packages=['patman'],
|
||||||
package_dir={'patman': ''},
|
package_dir={'patman': ''},
|
||||||
package_data={'patman': ['README']},
|
package_data={'patman': ['README.rst']},
|
||||||
classifiers=['Environment :: Console',
|
classifiers=['Environment :: Console',
|
||||||
'Topic :: Software Development'])
|
'Topic :: Software Development'])
|
||||||
|
Reference in New Issue
Block a user