mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup: fix readme
This commit is contained in:
parent
9c905830dc
commit
5e8c4cc364
1 changed files with 1 additions and 1 deletions
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 a new issue