From: Florent Kermarrec Date: Sat, 30 Nov 2019 18:30:50 +0000 (+0100) Subject: setup.py: update long_description X-Git-Tag: 24jan2021_ls180~836 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d702c0fe350d08c0867bc2cb41dbf1571af6f9d7;p=litex.git setup.py: update long_description --- diff --git a/setup.py b/setup.py index 598fbb5d..6d82a5e4 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="litex", version="0.2.dev", description="Python tools to design FPGA cores and SoCs", - long_description=open("README").read(), + long_description=open("README.md").read(), author="Florent Kermarrec", author_email="florent@enjoy-digital.fr", url="http://enjoy-digital.fr",