setup.py: update long_description
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 30 Nov 2019 18:30:50 +0000 (19:30 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 30 Nov 2019 18:30:50 +0000 (19:30 +0100)
setup.py

index 598fbb5dacfc3a2b78d96c324fed3184766ba91d..6d82a5e4a2b6ef1a1110f6e56e032c9f067bf695 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
     name="litex",
     version="0.2.dev",
     description="Python tools to design FPGA cores and SoCs",
-    long_description=open("README").read(),
+    long_description=open("README.md").read(),
     author="Florent Kermarrec",
     author_email="florent@enjoy-digital.fr",
     url="http://enjoy-digital.fr",