diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst diff --git a/setup.py b/setup.py index b1a7ead1b..2d39b56ff 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="migen", version="1.0", description="Python toolbox for building complex digital hardware", - long_description=open("README.md").read(), + long_description=open("README.rst").read(), author="Sebastien Bourdeauducq", author_email="sb@m-labs.hk", url="http://m-labs.hk",