From 5e8c4cc36410e4a17b58a9e29e4ce59aed7c494f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 5 Oct 2015 00:44:50 +0800 Subject: [PATCH] setup: fix readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba67556e7..921bcc20d 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",