From d702c0fe350d08c0867bc2cb41dbf1571af6f9d7 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sat, 30 Nov 2019 19:30:50 +0100 Subject: [PATCH] setup.py: update long_description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 598fbb5da..6d82a5e4a 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",