From: Maxim Cournoyer Date: Fri, 7 Jul 2023 21:15:31 +0000 (-0400) Subject: tools: Fix README file in pyproject.toml of u_boot_pylib. X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=8b9c08267f0657b39105539801f811a5e086e97b;p=u-boot.git tools: Fix README file in pyproject.toml of u_boot_pylib. * tools/u_boot_pylib/pyproject.toml (readme): Replace README.md with README.rst. Signed-off-by: Maxim Cournoyer Reviewed-by: Simon Glass --- diff --git a/tools/u_boot_pylib/pyproject.toml b/tools/u_boot_pylib/pyproject.toml index 3f33caf6f8..31a4c0adae 100644 --- a/tools/u_boot_pylib/pyproject.toml +++ b/tools/u_boot_pylib/pyproject.toml @@ -9,7 +9,7 @@ authors = [ { name="Simon Glass", email="sjg@chromium.org" }, ] description = "U-Boot python library" -readme = "README.md" +readme = "README.rst" requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3",