setup: fix readme
This commit is contained in:
parent
9c905830dc
commit
5e8c4cc364
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in New Issue