setup: fix readme
authorSebastien Bourdeauducq <sb@m-labs.hk>
Sun, 4 Oct 2015 16:44:50 +0000 (00:44 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Sun, 4 Oct 2015 16:44:50 +0000 (00:44 +0800)
setup.py

index ba67556e7f023fa4a23f8b97a6e89f886811e705..921bcc20db1cf92576becd2ede2d0d5954c3c1c0 100755 (executable)
--- 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",