From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 16:44:50 +0000 (+0800) Subject: setup: fix readme X-Git-Tag: 24jan2021_ls180~2106^2~26 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e8c4cc36410e4a17b58a9e29e4ce59aed7c494f;p=litex.git setup: fix readme --- diff --git a/setup.py b/setup.py index ba67556e..921bcc20 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="misoc", version="1.0", description="a high performance and small footprint SoC based on Migen", - long_description=open("README.rst").read(), + long_description=open("README").read(), author="Sebastien Bourdeauducq", author_email="sb@m-labs.hk", url="http://m-labs.hk",