README.md->rst
This commit is contained in:
parent
8534562185
commit
8421549935
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setup(
|
||||||
name="migen",
|
name="migen",
|
||||||
version="1.0",
|
version="1.0",
|
||||||
description="Python toolbox for building complex digital hardware",
|
description="Python toolbox for building complex digital hardware",
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.rst").read(),
|
||||||
author="Sebastien Bourdeauducq",
|
author="Sebastien Bourdeauducq",
|
||||||
author_email="sb@m-labs.hk",
|
author_email="sb@m-labs.hk",
|
||||||
url="http://m-labs.hk",
|
url="http://m-labs.hk",
|
||||||
|
|
Loading…
Reference in New Issue